disable database debugging

This commit is contained in:
Adrian Ulrich 2016-12-31 12:38:39 +01:00
parent d26d10570b
commit 01ee099cef

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
*/