diff options
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.go b/config/config.go index 527b6cc..57c8aa8 100644 --- a/config/config.go +++ b/config/config.go @@ -36,8 +36,6 @@ func init() { if Config.APIKey == "" { log.Fatal("API_KEY environment variable is required") } - - log.Printf("Configuration loaded: %+v\n", Config) } func getEnv(key string) string { |
