From 1763d7c0639e3ca9f249ce971692c4ccd38d97f1 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 8 May 2024 11:37:39 -0500 Subject: [PATCH] Disable SQL logging --- 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 b1d3da1f..2f426de5 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