This commit is contained in:
seydx
2025-05-20 22:29:27 +02:00
parent 7f87c6e478
commit a1f0b86ab3
3 changed files with 23 additions and 28 deletions
-5
View File
@@ -13,7 +13,6 @@ var (
Version string
UserAgent string
ConfigPath string
SecretPath string
Info = make(map[string]any)
)
@@ -78,10 +77,6 @@ func Init() {
if ConfigPath != "" {
Logger.Info().Str("path", ConfigPath).Msg("config")
}
if SecretPath != "" {
Logger.Info().Str("path", SecretPath).Msg("secrets")
}
}
func readRevisionTime() (revision, vcsTime string) {