From 5b44865d266b27ff5808caa09c4aac63bde9abe3 Mon Sep 17 00:00:00 2001 From: kobelb Date: Thu, 30 Apr 2020 18:16:56 -0700 Subject: [PATCH] Removing errant console.log --- test/harden/lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/harden/lodash.js b/test/harden/lodash.js index c0f439810a6a1..c0d2988e0839f 100644 --- a/test/harden/lodash.js +++ b/test/harden/lodash.js @@ -76,7 +76,6 @@ test(`_.template('<%= foo %>', { sourceURL: '\\u2028\\u2029\\nglobal.whoops=true try { template(); } catch (err) { - console.log(err.stack); const path = parsePathFromStack(err.stack); t.equal(path, 'global.whoops=true'); t.equal(global.whoops, undefined);