Disable SQL logging
This commit is contained in:
parent
aeba8d02c5
commit
1763d7c063
@ -5,7 +5,7 @@ import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
|
||||
// HARD-CODED GLOBAL CONFIGURATION
|
||||
|
||||
export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined;
|
||||
export const SHOULD_DEBUG_SQL = true;
|
||||
export const SHOULD_DEBUG_SQL = false;
|
||||
|
||||
// META / DOMAINS
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user