Skip to content

Commit

Permalink
Removing errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed May 1, 2020
1 parent c7ed319 commit 5b44865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/harden/lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5b44865

Please sign in to comment.