diff --git a/src/flux/stores/database-store.es6 b/src/flux/stores/database-store.es6 index f38bc3dff..bdb73e09d 100644 --- a/src/flux/stores/database-store.es6 +++ b/src/flux/stores/database-store.es6 @@ -20,7 +20,7 @@ const DatabasePhase = { Close: 'close', } -const DEBUG_TO_LOG = true; +const DEBUG_TO_LOG = false; const DEBUG_QUERY_PLANS = NylasEnv.inDevMode(); let JSONBlob = null;