From ac0addb164a7b9d84059c05424adc1cffcde5780 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Thu, 31 Jul 2025 18:00:58 +0200 Subject: [PATCH] fix: remove debug messages --- backend/src/index.ts | 2 +- backend/src/modules/github/github.utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index e3b10aa..acddde3 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -62,7 +62,7 @@ export function createServer() { function start() { const port = appConfig.port; - console.log("Starting up...Process environment:", process.env) + console.log("Starting up...") sequelize .authenticate() diff --git a/backend/src/modules/github/github.utils.ts b/backend/src/modules/github/github.utils.ts index d07c33b..7fc28d2 100644 --- a/backend/src/modules/github/github.utils.ts +++ b/backend/src/modules/github/github.utils.ts @@ -90,7 +90,7 @@ export async function callGHPassFailAPI( installationId, jwtToken ); - console.log('installationToken', installationToken); + if (installationToken) { const apiResponse = await respondToDeploymentProtectionRule( deploymentCallbackUrl,