Skip to content

Commit 9caf986

Browse files
author
Benjamin Forster
committed
remove stray console log
1 parent bb2f318 commit 9caf986

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/join-stream.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ describe('JoinStream', () => {
115115
}])
116116

117117
stream.on('data', (data) => {
118-
console.log('data-', data)
119118
var solutionIndex = -1
120119

121120
solutions.forEach((solution, i) => {

0 commit comments

Comments
 (0)