Skip to content

Commit 8fafcf5

Browse files
committed
Remove stray console.log
1 parent f84ecf0 commit 8fafcf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/scope.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ test('scope', function (t) {
1313
if (err) t.fail(err);
1414
t.pass('build success');
1515
src = src.toString();
16-
console.log(src)
1716
t.ok(src.indexOf("require('fs')") !== -1, 'kept the require call');
1817
var sentinel = new Buffer('SCOPE_SENTINEL\n', 'utf8').toString('base64')
1918
var i = src.indexOf(sentinel);

0 commit comments

Comments
 (0)