forked from server/soundboard
Remove logging from JS used for debugging
This commit is contained in:
parent
1796523944
commit
e732d34f4b
@ -154,8 +154,6 @@ function addKeyListeners() {
|
|||||||
else
|
else
|
||||||
selectedTags.splice(i, 1);
|
selectedTags.splice(i, 1);
|
||||||
|
|
||||||
console.log(selectedTags);
|
|
||||||
|
|
||||||
if (selectedTags.length > 0) {
|
if (selectedTags.length > 0) {
|
||||||
ajaxRequest("/tags/" + selectedTags.join(), function() {
|
ajaxRequest("/tags/" + selectedTags.join(), function() {
|
||||||
tagFilter(JSON.parse(this.responseText));
|
tagFilter(JSON.parse(this.responseText));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user