mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
turn DEBUG back on
This commit is contained in:
parent
bbf9e8e0df
commit
049b3389a6
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 = false;
|
||||
public static final boolean DEBUG = true;
|
||||
public static final boolean DEBUG_LOCKS = false && DEBUG;
|
||||
public static final boolean DEBUG_EXP_TIMERS = false && DEBUG;
|
||||
|
||||
|
|
Loading…
Reference in a new issue