소스 검색

Removed console.log from tests

sanex3339 7 년 전
부모
커밋
8b8ff9d7b3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      test/functional-tests/node-transformers/dead-code-injection-transformers/DeadCodeInjectionTransformer.spec.ts

+ 0 - 2
test/functional-tests/node-transformers/dead-code-injection-transformers/DeadCodeInjectionTransformer.spec.ts

@@ -211,8 +211,6 @@ describe('DeadCodeInjectionTransformer', () => {
                 const functionMatches: RegExpMatchArray = <RegExpMatchArray>obfuscatedCode.match(functionRegExp);
                 const awaitExpressionMatches: RegExpMatchArray = <RegExpMatchArray>obfuscatedCode.match(awaitExpressionRegExp);
 
-                console.log(obfuscatedCode);
-
                 if (functionMatches) {
                     functionMatchesLength = functionMatches.length;
                 }