소스 검색

Remove commented out code

ApisNecros 1 년 전
부모
커밋
090eff0a10
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()]);