Skip to content

Commit

Permalink
chore: remove new routes log
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Jun 18, 2024
1 parent 4adb977 commit 2406a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ app.use(
addRequestSizeMiddleware(app);
addSwaggerRoutes(app);

logger.info('Using new routes');
applicationRoutes(app);

function finalFunction() {
Expand Down

0 comments on commit 2406a4b

Please sign in to comment.