DEBUG should usually be set to true

This commit is contained in:
daniel oeh 2012-07-31 15:00:46 +02:00
parent 149f945979
commit ac16f2ad78
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package de.danoeh.antennapod;
public final class AppConfig {
public final static boolean DEBUG = false;
public final static boolean DEBUG = true;
}