diff options
| author | Bobby <[email protected]> | 2025-09-24 20:23:01 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 20:23:01 +0530 |
| commit | cfb70bca32eb17f988372f4b003e7c02bfad9aba (patch) | |
| tree | 74a1536dfebfb141cd036c7e663d3addbf620f0f | |
| parent | 935d3a22363cac775d0f5f6757367ffbecf5183f (diff) | |
| download | thunderbird-ai-compose-server-cfb70bca32eb17f988372f4b003e7c02bfad9aba.tar.xz thunderbird-ai-compose-server-cfb70bca32eb17f988372f4b003e7c02bfad9aba.zip | |
removed debug logs
| -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 { |
