remove console output

This commit is contained in:
Jakob Ketterl 2024-01-25 00:24:54 +01:00
parent 049e16f2cb
commit b1dcfeebd5
1 changed files with 0 additions and 2 deletions

View File

@ -587,8 +587,6 @@ DabMetaPanel.prototype.update = function(data) {
options.join('')
);
}
console.info(data);
}
DabMetaPanel.prototype.clear = function() {