remove debug

jschan
Thomas Lynch 3 years ago
parent 9b744e6271
commit 0e3153a3d3
No known key found for this signature in database
GPG Key ID: FBAB081F9B6E14B2
  1. 1
      gulp/res/js/filters.js

@ -262,7 +262,6 @@ const postMenuChange = function(e) {
case 'moderate':
return moderatePost(postContainer);
}
console.log(filterType, filterData, hiding)
toggleFilter(filterType, filterData, hiding);
};

Loading…
Cancel
Save