[Remove] Remove the console.log

This commit is contained in:
Diego Magdaleno 2021-07-21 15:04:41 -05:00 committed by GitHub
parent 7408faf8b7
commit adf1f7cce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;