diff options
Diffstat (limited to 'bundle/src')
-rw-r--r-- | bundle/src/start.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts index 581c3d9a..323995ae 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -1,5 +1,4 @@ -process.env.MONGOMS_DEBUG = "true"; - +// process.env.MONGOMS_DEBUG = "true"; import cluster from "cluster"; import os from "os"; import { setupDatabase } from "./Database"; |