From a608156e5a0ddd6db71dc5ebaa705b45d1a4b96b Mon Sep 17 00:00:00 2001 From: DongHyeok Lim Date: Tue, 12 Dec 2023 22:49:14 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=ED=98=84=EC=9E=AC=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20=EC=BD=98=EC=86=94=20=EB=A1=9C=EA=B7=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/backend/src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/backend/src/main.ts b/app/backend/src/main.ts index 6a630b883..6c53f697b 100644 --- a/app/backend/src/main.ts +++ b/app/backend/src/main.ts @@ -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')); }