Browse Source

Removing dry-run of id generation

Andrej Studen 2 years ago
parent
commit
2f1f037d2c
1 changed files with 0 additions and 2 deletions
  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);