DEBUG should usually be set to true
This commit is contained in:
parent
149f945979
commit
ac16f2ad78
|
@ -1,5 +1,5 @@
|
|||
package de.danoeh.antennapod;
|
||||
|
||||
public final class AppConfig {
|
||||
public final static boolean DEBUG = false;
|
||||
public final static boolean DEBUG = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue