Skip to content

Commit b87f231

Browse files
committed
chore: remove debug logging
1 parent 781e824 commit b87f231

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
2323
script: |
24-
const result = await github.rest.users.getAuthenticated();
25-
console.log(result);
2624
const now = new Date;
2725
const onejan = new Date(now.getFullYear(), 0, 1);
2826
/* This is not a ISO-8601 week number but works well for versioning */

0 commit comments

Comments
 (0)