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