Skip to content

Commit 80f07b8

Browse files
committed
remove debug console.log
1 parent de80503 commit 80f07b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class WebpackObfuscator {
7575
}
7676

7777
private obfuscate(javascript: string): { obfuscatedSource: string, obfuscationSourceMap: string } {
78-
console.log('js', javascript);
7978
const obfuscationResult = JavaScriptObfuscator.obfuscate(
8079
javascript,
8180
this.options

0 commit comments

Comments
 (0)