Skip to content

Commit 85c22a9

Browse files
committed
fix
1 parent 76c079f commit 85c22a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function bootstrap() {
2424
swaggerDocumentBuilder.setupSwagger();
2525

2626
await app.listen(9002);
27-
logger.log(`🚀 ${configService.getOrThrow("APP_NAME")} service started successfully on port ${port}`);
27+
// logger.log(`🚀 ${configService.getOrThrow("APP_NAME")} service started successfully on port ${port}`);
2828
}
2929

3030
bootstrap();

0 commit comments

Comments
 (0)