Removed: unnecessary log

This commit is contained in:
Llewellyn D'souza
2022-02-01 16:46:54 +05:30
parent b311bd2e70
commit 9065c0b2a3

View File

@@ -13,8 +13,6 @@ const {
const db = require("./config/db/connect");
(async () => {
console.log("Connecting to MongoDB ...");
await db.connect();
const app = express();