Преглед на файлове

Remove reset of outputComputer

ApisNecros преди 1 година
родител
ревизия
facb22887c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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);
     }