Explorar el Código

Remove spurious logging

master
Fen Dweller hace 5 años
padre
commit
1a625d126b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      macrovision.js

+ 0
- 1
macrovision.js Ver fichero

@@ -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");


Cargando…
Cancelar
Guardar