From 8999048ff95f6b41306b9c3d0d55f1ea761d8735 Mon Sep 17 00:00:00 2001 From: "Dr. Alwin Simon" <003alwin@gmail.com> Date: Sun, 29 Oct 2023 00:53:49 +0530 Subject: [PATCH] Reverted Change. --- auth/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/auth/src/index.ts b/auth/src/index.ts index c5fc846..6bcdcef 100644 --- a/auth/src/index.ts +++ b/auth/src/index.ts @@ -3,9 +3,6 @@ import mongoose from "mongoose"; import { app } from "./app"; const startServer = async () => { - - console.log("Starting up......."); - const PORT = 3000; const SERVICE_NAME = "AUTH";