mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-28 00:15:48 +01:00
Remove redundant console.log
This commit is contained in:
parent
59706765c9
commit
082bde0271
2
appFn.ts
2
appFn.ts
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user