mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
set DEBUG to false for release
This commit is contained in:
parent
51a5e80a26
commit
e38b99c0c8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class XWApp extends Application {
|
|||
public static final boolean GCMSUPPORTED = true;
|
||||
public static final boolean ATTACH_SUPPORTED = true;
|
||||
public static final boolean REMATCH_SUPPORTED = false;
|
||||
public static final boolean DEBUG = true; // DON'T SHIP THIS WAY
|
||||
public static final boolean DEBUG = false;
|
||||
public static final boolean DEBUG_LOCKS = false && DEBUG;
|
||||
public static final boolean DEBUG_EXP_TIMERS = false && DEBUG;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue