Do not debug the environment
This commit is contained in:
@@ -15,7 +15,6 @@ func main() {
|
||||
GlobalI18n = GlobalI18nImplementation{}
|
||||
|
||||
environment := env.LoadEnvironment()
|
||||
Debug(environment)
|
||||
|
||||
client, err := ent.Open("sqlite3", environment.DatabaseUrl,
|
||||
ent.Log(log.Println), ent.Debug())
|
||||
|
||||
Reference in New Issue
Block a user