chore: removed database url print in config
This commit is contained in:
@@ -75,8 +75,6 @@ func Load() (*Config, error) {
|
||||
|
||||
config = &cfg
|
||||
|
||||
fmt.Printf("The pg url is '%s'", config.DatabaseUrl)
|
||||
|
||||
return &cfg, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user