Remove logging

This commit is contained in:
Dennis Eichhorn 2018-07-30 21:51:47 +02:00
parent 3f9b035f4d
commit 2bcfe6dc13

View File

@ -115,8 +115,6 @@
return false;
}
console.log(group, id);
if (typeof this.groups[group] !== 'undefined') {
this.groups[group][id] = true;
}