aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRichard van Velzen <rvanvelzen@experty.com>2016-10-06 14:11:19 +0200
committerRichard van Velzen <rvanvelzen@experty.com>2016-10-06 14:11:32 +0200
commit6389e52305f0d2e75a7bc6f8703c8d163d04cb99 (patch)
tree68775007b6a5bc963278edff6434d25384c3fb67 /lib
parente05510f3bce78943f76649a4102c2f10bfccdaef (diff)
downloadtracifyjs-6389e52305f0d2e75a7bc6f8703c8d163d04cb99.tar.gz
tracifyjs-6389e52305f0d2e75a7bc6f8703c8d163d04cb99.zip
Remove console.log and add extra test case
Diffstat (limited to 'lib')
-rw-r--r--lib/output.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/output.js b/lib/output.js
index c20a0365..014dac46 100644
--- a/lib/output.js
+++ b/lib/output.js
@@ -559,7 +559,6 @@ function OutputStream(options) {
if (output.option('wrap_iife')) {
var p = output.parent();
- console.log()
return p instanceof AST_Call && p.expression === this;
}