Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit ad5fabe

Browse files
committed
set false for debug mode
Former-commit-id: ae167d2
1 parent 1704362 commit ad5fabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public class QuickShop extends JavaPlugin {
109109
public boolean useSpout = false;
110110
// private Metrics metrics;
111111
/** Whether debug info should be shown in the console */
112-
public static boolean debug = true;
112+
public static boolean debug = false;
113113

114114

115115
private int displayItemCheckTicks;

0 commit comments

Comments
 (0)