Quellcode durchsuchen

refactor(config): remove two unused constants

jvoisin vor 1 Jahr
Ursprung
Commit
052e8dd0aa
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      internal/config/options.go

+ 0 - 2
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                           = ""