Remove redundant console.log

This commit is contained in:
Maciej Pędzich 2024-07-20 11:46:33 +02:00
parent 59706765c9
commit 082bde0271
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -98,8 +98,6 @@ const appFn: ApplicationFunction = (app: Probot, { getRouter }) => {
if (filesToVerify.length === 0) return; if (filesToVerify.length === 0) return;
console.log('Entries to validate: ' + filesToVerify.length);
let numEntriesBeforeCooldown = 3; let numEntriesBeforeCooldown = 3;
let numProcessedEntries = 0; let numProcessedEntries = 0;
let cooldownTimeout = 1500; let cooldownTimeout = 1500;