From b052622c6fca6e252b2d8539af7ec428dd4cf8b8 Mon Sep 17 00:00:00 2001 From: sdraris Date: Fri, 29 Aug 2025 09:58:34 +0200 Subject: [PATCH] main edited removed test console message --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ae3f818..d9c4a8f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,7 +31,6 @@ async function bootstrap() { await app.listen(port); console.log(`✅ P'titsPas API is running on: ${await app.getUrl()}`); - console.log(process.env.POSTGRES_DB); } bootstrap().catch((err) => {