From 6389e52305f0d2e75a7bc6f8703c8d163d04cb99 Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Thu, 6 Oct 2016 14:11:19 +0200 Subject: Remove console.log and add extra test case --- lib/output.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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; } -- cgit v1.2.3