Skip to content

Commit

Permalink
Merge pull request #468 from ldhbenecia/develop
Browse files Browse the repository at this point in the history
[Refactor] main.ts 현재 환경 콘솔로그 제거
  • Loading branch information
ldhbenecia authored Dec 12, 2023
2 parents 5f5056d + a608156 commit 360c22a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ async function bootstrap() {
setupSwagger(app);
}

console.log(getSecret('NODE_ENV'));

app.useGlobalPipes(new ValidationPipe({ whitelist: true, forbidNonWhitelisted: true, transform: true }));
await app.listen(getSecret('PORT'));
}
Expand Down

0 comments on commit 360c22a

Please sign in to comment.