summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
commit6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c (patch)
tree27089442faa8a4613da5262d28be4c9a5ef56d63 /bundle/src
parent:art: clean up server bundle (diff)
downloadserver-6cee68c1e3d5c8e08b8b65ddf6da97c378ec923c.tar.xz
:sparkles: start.bat and start.sh script
Diffstat (limited to 'bundle/src')
-rw-r--r--bundle/src/start.ts3
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";