ソースを参照

refactor(config): remove two unused constants

jvoisin 10 ヶ月 前
コミット
052e8dd0aa
1 ファイル変更0 行追加2 行削除
  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                           = ""