diff --git a/mikro-orm.config.ts b/mikro-orm.config.ts
index 2d9fda9..281bf95 100644
--- a/mikro-orm.config.ts
+++ b/mikro-orm.config.ts
@@ -16,8 +16,7 @@ export default defineConfig({
   user: serverConfig.DB_USER,
   password: serverConfig.DB_PASS,
   dbName: serverConfig.DB_NAME,
-  debug: serverConfig.ENV !== 'production',
-  // allowGlobalContext: true,
+  debug: false,
   driverOptions: {
     allowPublicKeyRetrieval: true
   },