Explorar o código

Remove reset of outputComputer

ApisNecros hai 1 ano
pai
achega
facb22887c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      IntComp/Computer.js

+ 0 - 1
IntComp/Computer.js

@@ -514,7 +514,6 @@ module.exports = class Computer {
     Reset() {
         this.stack = new Stack(this._initialMemory);
         this.outputValues = [];
-        this.outputComputer = null;
         this.options.inputModeMap = DeepClone(this.options._initialInputModeMap);
     }