Skip to content

Commit 0d4277b

Browse files
authored
Comment out success message in PinTool.js
Comment out success message after updating pins.
1 parent 2f689e5 commit 0d4277b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PinTool/1.0.0/PinTool.js

Lines changed: 2 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
// ============================================================

0 commit comments

Comments
 (0)