Procházet zdrojové kódy

Remove spurious logging

master
Fen Dweller před 5 roky
rodič
revize
1a625d126b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      macrovision.js

+ 0
- 1
macrovision.js Zobrazit soubor

@@ -1295,7 +1295,6 @@ function configViewOptions(entity, view) {
} }


function updateViewOptions(entity, view, changed) { function updateViewOptions(entity, view, changed) {
console.log(entity, view)
Object.entries(entity.views[view].attributes).forEach(([key, val]) => { Object.entries(entity.views[view].attributes).forEach(([key, val]) => {
if (key != changed) { if (key != changed) {
const input = document.querySelector("#options-view-" + key + "-input"); const input = document.querySelector("#options-view-" + key + "-input");


Načítá se…
Zrušit
Uložit