Skip to content

Commit

Permalink
remove printout...
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSoapTurtle committed Oct 30, 2024
1 parent cc407fc commit 7c3e725
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public void onVarbitChanged(VarbitChanged event) {
// Whenever a potion is delivered, all the potion order related varbits are reset to 0 first then
// set to the new values. We can use this to clear all the stations.
if (varbitId == VARBIT_POTION_ORDER_1) {
System.out.println("Got varbit change with value " + value);
if (value == 0) {
unHighlightAllStations();
} else {
Expand Down

0 comments on commit 7c3e725

Please sign in to comment.