Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
ahong75 committed Mar 25, 2024
1 parent 22aa9b9 commit adefdab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/db-service/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function bootstrap() {
Sentry.init({
dsn: process.env.SENTRY_DNS,
});
console.log(process.env.SENTRY_DNS);
const app = await NestFactory.createMicroservice<MicroserviceOptions>(
AppModule,
{
Expand Down

0 comments on commit adefdab

Please sign in to comment.