turn off developer mode for release

This commit is contained in:
Jesse Vincent 2013-11-05 20:55:44 -05:00
parent 20ce31146a
commit bc10b8d965
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class K9 extends Application {
* It should NEVER be on for Market builds
* Right now, it just governs strictmode
**/
public static boolean DEVELOPER_MODE = true;
public static boolean DEVELOPER_MODE = false;
/**