Skip to content

Commit

Permalink
2.0.0: Removed log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g committed Jan 21, 2019
1 parent 89d3adc commit 9419c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ w.add('StreamingAbstractor - Proper buffer buffering', (result) => {
myAbstractor1.on('message', (data) => {
recievedCount++

console.log('Recieved message')

if (recievedCount === 3 && data.content === 'Hey there.') {
result(true, 'Got 3 messages.')
}
Expand Down

0 comments on commit 9419c6b

Please sign in to comment.