From 2406a4bf4c0963edeba58dbc7af80eafbf707183 Mon Sep 17 00:00:00 2001 From: Sai Sankeerth Date: Tue, 18 Jun 2024 11:40:04 +0530 Subject: [PATCH] chore: remove new routes log Signed-off-by: Sai Sankeerth --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 39a69b4ad9..c5de26c776 100644 --- a/src/index.ts +++ b/src/index.ts @@ -35,7 +35,6 @@ app.use( addRequestSizeMiddleware(app); addSwaggerRoutes(app); -logger.info('Using new routes'); applicationRoutes(app); function finalFunction() {