소스 검색

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