소스 검색

Update app.js

Andrew Chalkley 9 년 전
부모
커밋
67325f2588
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      front-end/js/app.js

+ 1 - 2
front-end/js/app.js

@@ -168,7 +168,6 @@ function flashWithManifest(manifest) {
         esp.open().then((result) => {
             appStatus.textContent = `Flashing ${portsSelect.value}...Opened Port.`;
             let promise = Promise.resolve();
-            flashSpec.forEach(createProgressBars);
             return esp.flashSpecifications(flashSpec)
                 .then(() => esp.close())
                 .then((result) => {
@@ -195,4 +194,4 @@ function start() {
 /**
  * Start Application
  */
-start();
+start();