瀏覽代碼

Remove spurious logging

master
Fen Dweller 5 年之前
父節點
當前提交
1a625d126b
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      macrovision.js

+ 0
- 1
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");


Loading…
取消
儲存