File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/maxgamer/quickshop/watcher Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ public boolean removeDisplayItemDelayed(Shop shop) {
8989 if (shop .getDisplay () != null ) {
9090 if (shop .getDisplay ().isPendingRemoval ()) {
9191 // Actually remove the pending display
92- Util .debugLog ("Removing the shop " + shop + " the display, cause nobody can see it" );
92+ // Util.debugLog("Removing the shop " + shop + " the display, cause nobody can see it");
9393 Util .mainThreadRun (() -> shop .getDisplay ().remove ());
9494 return true ;
9595 } else {
9696 // Delayed to next calling
97- Util .debugLog ("Pending to remove the shop " + shop + " the display, cause nobody can see it" );
97+ // Util.debugLog("Pending to remove the shop " + shop + " the display, cause nobody can see it");
9898 shop .getDisplay ().pendingRemoval ();
9999 return false ;
100100 }
You can’t perform that action at this time.
0 commit comments