Do not debug the environment

This commit is contained in:
Achim Rohn
2025-11-15 14:38:40 +01:00
parent e3b442343d
commit cd7c2132f6
-1
View File
@@ -15,7 +15,6 @@ func main() {
GlobalI18n = GlobalI18nImplementation{} GlobalI18n = GlobalI18nImplementation{}
environment := env.LoadEnvironment() environment := env.LoadEnvironment()
Debug(environment)
client, err := ent.Open("sqlite3", environment.DatabaseUrl, client, err := ent.Open("sqlite3", environment.DatabaseUrl,
ent.Log(log.Println), ent.Debug()) ent.Log(log.Println), ent.Debug())