disable debug

This commit is contained in:
dosiecki 2016-08-19 05:48:10 -07:00
parent 33cbca29d9
commit 40588b64d3

View file

@ -7,7 +7,7 @@ public class AppConstants {
// Enables high-volume logging that may be useful for debugging. This should
// never be enabled for releases, as it not only slows down the app considerably,
// it will log sensitive info such as passwords!
public static final boolean VERBOSE_LOG = true;
public static final boolean VERBOSE_LOG = false;
public static final boolean VERBOSE_LOG_DB = false;
public static final boolean VERBOSE_LOG_NET = false;