Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 0c10bac

Browse files
committed
Remove more debug logs in contributors page...
1 parent 2afc588 commit 0c10bac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/contribute/contributors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
return result == 0 ? n1.toLowerCase() < n2.toLowerCase() : result
4242
});
4343
let idx = 1
44-
console.log(contributors)
45-
console.log(Object.keys(contributors))
4644
for (const name of sorted) {
4745
const div = document.createElement('div')
4846
div.style = `grid-column: 1; grid-row: ${idx}; display: inline-block; padding-bottom: 10px`

0 commit comments

Comments
 (0)