Browse Source

Remove commented out code

ApisNecros 1 year ago
parent
commit
090eff0a10
1 changed files with 0 additions and 1 deletions
  1. 0 1
      7/7_1.js

+ 0 - 1
7/7_1.js

@@ -15,7 +15,6 @@ const amplifierArray = [];
 for (let i = 0; i < AMPLIFIER_COUNT; i++) {
     amplifierArray.push(new Computer(input, { inputModeMap: [InputModes.INPUT_FROM_RUNTIME_STACK, InputModes.INPUT_FROM_RUNTIME_STACK] }));
 }
-// amplifierArray[4].options.outputToConsole = true;
 
 const amplifierConfigurations = permute([...Array(5).keys()]);