From 082bde02713d97f287c57ddcb43f53cb0345412c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 20 Jul 2024 11:46:33 +0200 Subject: [PATCH] Remove redundant console.log --- appFn.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/appFn.ts b/appFn.ts index 9a2fe7e..5d4bbec 100644 --- a/appFn.ts +++ b/appFn.ts @@ -98,8 +98,6 @@ const appFn: ApplicationFunction = (app: Probot, { getRouter }) => { if (filesToVerify.length === 0) return; - console.log('Entries to validate: ' + filesToVerify.length); - let numEntriesBeforeCooldown = 3; let numProcessedEntries = 0; let cooldownTimeout = 1500;