Skip to content

Commit 78985ea

Browse files
author
Ruben Bridgewater
committed
Remove logging
1 parent 37ccf49 commit 78985ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parsers.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ describe('parsers', function () {
9797
var replyCount = 0
9898
var results = [['foo', 'foo bar baz'], [1234567890, 'hello world', 'the end'], 'ttttttttttttttttttttttttttttttttttttttttttttttt']
9999
function checkReply (reply) {
100-
console.log(reply)
101100
assert.deepEqual(results[replyCount], reply)
102101
replyCount++
103102
}

0 commit comments

Comments
 (0)