Skip to content

Commit 49c13ff

Browse files
committed
Remove superfluous console.log
1 parent 56b3813 commit 49c13ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/releases/4.4.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ for (const releaseCardMedia of releaseCardMediaElements) {
422422
if (comparisonRange == null) {
423423
continue;
424424
}
425-
console.log("comparisonRange", comparisonRange);
426425
const imageComparisonB = releaseCardMedia.querySelector(
427426
".image-comparison-b",
428427
);

0 commit comments

Comments
 (0)