Skip to content

Commit

Permalink
fix: removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed May 11, 2022
1 parent c9ff797 commit 7841262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export async function main() {
accessToken: core.getInput('api-token', { required: true }),
compactByLanguage: true,
});
console.log('sortedByLanguages :>> ', sortedByLanguages);

const rendered = await renderer(
{
Expand Down

0 comments on commit 7841262

Please sign in to comment.