瀏覽代碼

Removing dry-run of id generation

Andrej Studen 2 年之前
父節點
當前提交
2f1f037d2c
共有 1 個文件被更改,包括 0 次插入2 次删除
  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);