mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 08:35:16 +08:00
fix(DB): turn debug logging off
This commit is contained in:
parent
521f1f6cbd
commit
d082b3f98a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue