Skip to content

Commit

Permalink
coderabbit review
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Kumar-27 committed Sep 15, 2024
1 parent 5f75ed8 commit 8ce1b19
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,5 @@ func InitConfig() error {
if err != nil {
return err
}
/// Print all the configuration
fmt.Println("Configuration:")
fmt.Println("Log Level: ", AppConfig.log_level)
fmt.Println("Own Registry: ", AppConfig.own_registry)
fmt.Println("Own Registry Address: ", AppConfig.own_registry_adr)
fmt.Println("Own Registry Port: ", AppConfig.own_registry_port)
fmt.Println("Zot Config Path: ", AppConfig.zot_config_path)
fmt.Println("Input: ", AppConfig.input)
fmt.Println("Harbor Password: ", AppConfig.harbor_password)
fmt.Println("Harbor Username: ", AppConfig.harbor_username)
fmt.Println("Environment: ", AppConfig.env)
fmt.Println("Use Unsecure: ", AppConfig.use_unsecure)
return nil
}

0 comments on commit 8ce1b19

Please sign in to comment.