Revert "enable sql debug in nightly"

This reverts commit 53d35fbf57066e9fd87d2853bda54e53257877af.
This commit is contained in:
Adrian Ulrich 2017-03-27 20:28:23 +02:00
parent 53d35fbf57
commit 6de63921e3

View File

@ -31,7 +31,7 @@ public class MediaLibraryBackend extends SQLiteOpenHelper {
/**
* Enables or disables debugging
*/
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
/**
* The database version we are using
*/