Skip to content

Commit

Permalink
wiki: Remove leftover debugging log
Browse files Browse the repository at this point in the history
Change-Id: I6cea0b81c1f3ba603fffd362f3f182bebaf18265
  • Loading branch information
luk1337 committed Oct 31, 2023
1 parent bce2108 commit b5bc749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@

// Hide empty vendors
$(".devices").each(function() {
console.log($(`*[data-vendor="${$(this).attr("data-vendor")}"]`).find("div:visible").length)
$(`*[data-vendor="${$(this).attr("data-vendor")}"]`)
.toggle($(this).find("div:visible").length > 1);
if ($(`*[data-vendor="${$(this).attr("data-vendor")}"]`).find("div:visible").length > 1) {
Expand Down

0 comments on commit b5bc749

Please sign in to comment.