From 052e8dd0aae1e2bab88f2ca7838758d96308ce74 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 6 Jul 2025 21:54:32 +0200 Subject: [PATCH] refactor(config): remove two unused constants --- internal/config/options.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/config/options.go b/internal/config/options.go index a28692b8..19dd3739 100644 --- a/internal/config/options.go +++ b/internal/config/options.go @@ -23,8 +23,6 @@ const ( defaultHSTS = true defaultHTTPService = true defaultSchedulerService = true - defaultDebug = false - defaultTiming = false defaultBaseURL = "http://localhost" defaultRootURL = "http://localhost" defaultBasePath = ""