We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4343fba commit 2f689e5Copy full SHA for 2f689e5
1 file changed
PinTool/PinTool.js
@@ -760,7 +760,8 @@ The <strong>purge</strong> command removes all tokens on the map similar to the
760
return sendError("Invalid value supplied to --set.");
761
}
762
pins.forEach(p => p.set(updates));
763
- sendStyledMessage("PinTool — Success", `Updated ${pins.length} pin(s).`);
+
764
+ //sendStyledMessage("PinTool — Success", `Updated ${pins.length} pin(s).`);
765
766
767
// ============================================================
@@ -1349,3 +1350,4 @@ function handlePlace(msg, args)
1349
1350
});
1351
1352
{try{throw new Error('');}catch(e){API_Meta.PinTool.lineCount=(parseInt(e.stack.split(/\n/)[1].replace(/^.*:(\d+):.*$/,'$1'),10)-API_Meta.PinTool.offset);}}
1353
0 commit comments