From 4505749af98b3a08f947e1669dbfbe5a649e290d Mon Sep 17 00:00:00 2001 From: Uzair Ali <72073401+uzaxirr@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:37:52 +0530 Subject: [PATCH] Update config/config.go Co-authored-by: Harsh Thakur --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index dc7d611..5c9bb58 100644 --- a/config/config.go +++ b/config/config.go @@ -87,7 +87,6 @@ func loadConfig(filename string) { // Skip API initialization if the flag is set if !SkipAPIInitialization { - fmt.Println("HIII CURRENT META") if Current.Meta.CurrentAPIKey != "" && Current.RegionToFeatures == nil { Current.RegionToFeatures, err = regionsToFeature() if err != nil {