Skip to content

Commit

Permalink
DOP-4451 remove some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 9, 2024
1 parent c47bdd6 commit 884c492
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/handlers/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 884c492

Please sign in to comment.