From adf1f7cce60535a89eff6419b1c86d14131fe392 Mon Sep 17 00:00:00 2001 From: Diego Magdaleno <38844659+DiegoMagdaleno@users.noreply.github.com> Date: Wed, 21 Jul 2021 15:04:41 -0500 Subject: [PATCH] [Remove] Remove the console.log --- src/start.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/start.ts b/src/start.ts index b2ba9e65..d799c190 100644 --- a/src/start.ts +++ b/src/start.ts @@ -5,7 +5,6 @@ import "missing-native-js-functions"; import { config } from "dotenv"; config(); import { FosscordServer } from "./Server"; -console.log(process.env.MONGO_URL) import cluster from "cluster"; import os from "os"; const cores = Number(process.env.threads) || os.cpus().length;