Remove redundant console.log

This commit is contained in:
2024-07-20 11:46:33 +02:00
parent 59706765c9
commit 082bde0271

View File

@@ -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;