Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Jul 10, 2024
1 parent 18d562f commit 98df43e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:

- name: All tools up to date?
run: |
git log --since="1 month ago" --format=oneline
node src/last-updated.mjs
1 change: 0 additions & 1 deletion src/last-updated.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async function isUpdated(tool) {
console.error(stderr);
}
const commitDate = stdout.trim();
console.log(commitDate, tool.title);
if (!commitDate) {
return false;
}
Expand Down

0 comments on commit 98df43e

Please sign in to comment.