diff --git a/macrovision.js b/macrovision.js index b6c6600c..3075ea74 100644 --- a/macrovision.js +++ b/macrovision.js @@ -1295,7 +1295,6 @@ function configViewOptions(entity, view) { } function updateViewOptions(entity, view, changed) { - console.log(entity, view) Object.entries(entity.views[view].attributes).forEach(([key, val]) => { if (key != changed) { const input = document.querySelector("#options-view-" + key + "-input");