From 393ec17f844a9c675b36cf6b7603aed972217d11 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Tue, 21 May 2024 00:30:28 -0500 Subject: [PATCH] Disable sql debugging --- src/site/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/config.ts b/src/site/config.ts index 9c02ed4b..e119321a 100644 --- a/src/site/config.ts +++ b/src/site/config.ts @@ -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