Disable SQL logging

This commit is contained in:
Sam Becker 2024-05-08 11:37:39 -05:00
parent aeba8d02c5
commit 1763d7c063

View File

@ -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