Explorar el Código

removed my handler

Andrew Chalkley hace 9 años
padre
commit
3a30f78e04
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      back-end/rom_comm.js

+ 1 - 2
back-end/rom_comm.js

@@ -75,7 +75,6 @@ class RomComm extends EventEmitter {
             throw new Error("Unkown board " + boardName);
             throw new Error("Unkown board " + boardName);
         }
         }
         this.board = new BoardFactory(this._port);
         this.board = new BoardFactory(this._port);
-        this.progressHandler = config.progressHandler;
         this.config = config;
         this.config = config;
     }
     }
 
 
@@ -203,7 +202,7 @@ class RomComm extends EventEmitter {
                             reject(error);
                             reject(error);
                         }
                         }
                         log.info("Port flushed");
                         log.info("Port flushed");
-
+                        
                         resolve();
                         resolve();
                     });
                     });
             }).then(() => this.sync(true));
             }).then(() => this.sync(true));