Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 25, 2025
1 parent 4072021 commit 0ea14ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/assets/std.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ async function hubda(orgList, repoList = '') {
}
}

console.log(orgRepos);

const addresses = orgRepos.map(({ org, repo }) => 'github:' + org + '/' + repo);
for (const address of addresses) {
samples(address);
Expand Down

0 comments on commit 0ea14ea

Please sign in to comment.