Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 30, 2018
1 parent f84ecf0 commit 8fafcf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scope.js
Expand Up @@ -13,7 +13,6 @@ test('scope', function (t) {
if (err) t.fail(err);
t.pass('build success');
src = src.toString();
console.log(src)
t.ok(src.indexOf("require('fs')") !== -1, 'kept the require call');
var sentinel = new Buffer('SCOPE_SENTINEL\n', 'utf8').toString('base64')
var i = src.indexOf(sentinel);
Expand Down

0 comments on commit 8fafcf5

Please sign in to comment.