Skip to content

Commit 2f689e5

Browse files
authored
Comment out success message in PinTool.js
Commented out the success message after updating pins.
1 parent 4343fba commit 2f689e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PinTool/PinTool.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,8 @@ The <strong>purge</strong> command removes all tokens on the map similar to the
760760
return sendError("Invalid value supplied to --set.");
761761
}
762762
pins.forEach(p => p.set(updates));
763-
sendStyledMessage("PinTool — Success", `Updated ${pins.length} pin(s).`);
763+
764+
//sendStyledMessage("PinTool — Success", `Updated ${pins.length} pin(s).`);
764765
}
765766

766767
// ============================================================
@@ -1349,3 +1350,4 @@ function handlePlace(msg, args)
13491350
});
13501351

13511352
{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

Comments
 (0)