remove console output

This commit is contained in:
Jakob Ketterl 2024-01-25 00:24:54 +01:00
parent 049e16f2cb
commit b1dcfeebd5

View file

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