disable database debugging
This commit is contained in:
parent
d26d10570b
commit
01ee099cef
@ -31,7 +31,7 @@ public class MediaLibraryBackend extends SQLiteOpenHelper {
|
|||||||
/**
|
/**
|
||||||
* Enables or disables debugging
|
* Enables or disables debugging
|
||||||
*/
|
*/
|
||||||
private static final boolean DEBUG = true;
|
private static final boolean DEBUG = false;
|
||||||
/**
|
/**
|
||||||
* The database version we are using
|
* The database version we are using
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user