Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Harsh Thakur <[email protected]>
  • Loading branch information
uzaxirr and RealHarshThakur authored Dec 18, 2024
1 parent 03ca7a4 commit 4505749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4505749

Please sign in to comment.