Remove logging from JS used for debugging

This commit is contained in:
Martin Müller 2018-01-17 01:37:57 +01:00
parent 1796523944
commit e732d34f4b

View File

@ -154,8 +154,6 @@ function addKeyListeners() {
else
selectedTags.splice(i, 1);
console.log(selectedTags);
if (selectedTags.length > 0) {
ajaxRequest("/tags/" + selectedTags.join(), function() {
tagFilter(JSON.parse(this.responseText));