Skip to content

Commit 8782b98

Browse files
committed
0.9.0-dev.5
1 parent e88bec9 commit 8782b98

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Obfuscator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,11 @@ export class Obfuscator implements IObfuscator {
137137
}
138138

139139
// second pass: nodes obfuscation
140-
console.time();
141140
astTree = this.transformAstTree(
142141
astTree,
143142
VisitorDirection.enter,
144143
this.nodeTransformersFactory(Obfuscator.nodeObfuscatorsMap)
145144
);
146-
console.timeEnd();
147145

148146
this.obfuscationEventEmitter.emit(ObfuscationEvents.AfterObfuscation, astTree, stackTraceData);
149147

0 commit comments

Comments
 (0)