Skip to content

Commit

Permalink
removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
alkarinv committed Mar 27, 2014
1 parent c401dbf commit 01fb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/mc/alk/arena/Defaults.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class Defaults {
/// DEBUG OPTIONS
public static final boolean DEBUG = false;
public static final boolean DEBUGQ = false;
public static final boolean DEBUG_TRACE = true;
public static final boolean DEBUG_TRACE = false;
public static final boolean DEBUG_EVENTS = false;
public static final boolean DEBUG_TEVENTS = false;
public static final boolean DEBUG_DAMAGE = false;
Expand Down

0 comments on commit 01fb549

Please sign in to comment.