We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b44ad8 commit a646a2eCopy full SHA for a646a2e
1 file changed
assets/javascript/downloads.js
@@ -374,7 +374,6 @@ function handleSortResults(event) {
374
.sort(function (a, b) {
375
// exact tag match re-order
376
if (a.dataset.tags.split(",").indexOf(searched) >= 0){
377
- console.log("found tag match, returning -2");
378
return -2;
379
}
380
switch(sortType) {
0 commit comments