From 884c49204d64496dd94409beca4bb67992ad5cf1 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Thu, 9 May 2024 13:43:10 -0400 Subject: [PATCH] DOP-4451 remove some logs --- api/handlers/slack.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/handlers/slack.ts b/api/handlers/slack.ts index 6134cc221..1cb90cdd6 100644 --- a/api/handlers/slack.ts +++ b/api/handlers/slack.ts @@ -26,8 +26,6 @@ export async function buildEntitledGroupsList(entitlement: any, repoBranchesRepo const branches = await repoBranchesRepository.getRepoBranches(repoName, directoryPath); if (branches.length) { const options: any[] = []; - console.log(repoName); - console.log(branches.length); for (const branch of branches) { const buildWithSnooty = branch['buildsWithSnooty']; if (buildWithSnooty) {