Skip to content

Commit 3b237fd

Browse files
Remove outdated console.log
1 parent 148d97a commit 3b237fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ const { artifacts } = await fetch(`${process.env.GITHUB_API_URL}/repos/${process
4646
console.log('Downloaded', artifacts.length, 'artifacts');
4747

4848
// Recover remembered followers for later comparison and change detection
49-
console.log(artifacts);
50-
5149
const followersArtifact = artifacts.find(artifact => artifact.name === 'followers.json');
5250

5351
const staleFollowers = followersArtifact ? await fetch(followersArtifact.archive_download_url, { headers })

0 commit comments

Comments
 (0)