Skip to content

Commit a646a2e

Browse files
committed
remove debugging log
1 parent 6b44ad8 commit a646a2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/javascript/downloads.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ function handleSortResults(event) {
374374
.sort(function (a, b) {
375375
// exact tag match re-order
376376
if (a.dataset.tags.split(",").indexOf(searched) >= 0){
377-
console.log("found tag match, returning -2");
378377
return -2;
379378
}
380379
switch(sortType) {

0 commit comments

Comments
 (0)