From 126fda903b87434b2204098ad7ae7ae14f363862 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 10 Apr 2022 18:56:32 -0500 Subject: Disable debug --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/index.ts b/src/index.ts index cc0b369..34f941b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { register } from './metrics.js' const app = express() -export const debug = true +export const debug = false const mainSiteUrl = 'https://skyblock.matdoes.dev' -- cgit