From 9065c0b2a37d61529f7fecac2dd5cc5063b7679b Mon Sep 17 00:00:00 2001 From: Llewellyn D'souza Date: Tue, 1 Feb 2022 16:46:54 +0530 Subject: [PATCH] Removed: unnecessary log --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 726f7a0..0f2369b 100644 --- a/src/index.js +++ b/src/index.js @@ -13,8 +13,6 @@ const { const db = require("./config/db/connect"); (async () => { - console.log("Connecting to MongoDB ..."); - await db.connect(); const app = express();