Skip to content

Commit

Permalink
Remove leftover from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Sep 8, 2024
1 parent 7c1510c commit 0993e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/metadata/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const metadata = metadataModules.keys().map(m => {

// get latest release
let latestRelease
console.log(metadata)
for (let i = metadata.length - 1; i >= 0; --i) {
if (!metadata[i].metadata.prerelease) {
latestRelease = metadata[i]
Expand Down

0 comments on commit 0993e0a

Please sign in to comment.