Skip to content

Commit

Permalink
Remove unnecessary blocklist print statement from main function
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Feb 3, 2025
1 parent 264b735 commit d54398e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions logs_import/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"github.com/abaldeweg/warehouse-server/framework/config"
"github.com/abaldeweg/warehouse-server/logs_import/importer"
"github.com/spf13/viper"

"fmt"
)

func main() {
Expand All @@ -16,8 +14,6 @@ func main() {
viper.SetDefault("MONGODB_URI", "mongodb://localhost:27017")
viper.SetDefault("blocklist", []string{})

fmt.Println("Blocklist:", viper.GetStringSlice("blocklist"))

go importer.Import()

for {
Expand Down

0 comments on commit d54398e

Please sign in to comment.