shawenguan 2 ani în urmă
părinte
comite
ca63ecfb12
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      Scripts/jhsh/jhshHelper.js

+ 0 - 1
Scripts/jhsh/jhshHelper.js

@@ -68,7 +68,6 @@ if (!lk.isExecComm) {
 function doTest(){
     let startTime = new Date().getTime();
     lk.log('start='+startTime);
-    await waitTest();
     lk.log('pass='+(new Date().getTime() - startTime));
     lk.done();
 }