Explorar o código

Removing dry-run of id generation

Andrej Studen %!s(int64=2) %!d(string=hai) anos
pai
achega
2f1f037d2c
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      web/crfTecant/crfVisit.js

+ 0 - 2
web/crfTecant/crfVisit.js

@@ -1182,8 +1182,6 @@ function addSpecialFieldRow(tb,specFieldSetup,setup){
       if (ro) return;
       config.print=print;
       let gc=getGenerationObject(config,q,setup.getInputId(fieldName));
-      gc.inspect();
-      gc.execute();
       let row=tb.insertRow();
       let cell=config.document.createElement('th');
       row.appendChild(cell);