Disable sql logging
This commit is contained in:
parent
7bcb424fb6
commit
f8c2198aa5
@ -2,9 +2,10 @@ import { parseAiAutoGeneratedFieldsText } from '@/photo/ai';
|
||||
import type { StorageType } from '@/services/storage';
|
||||
import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
|
||||
|
||||
// Hard-coded configuration
|
||||
// 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