Skip to content

Commit 897e51e

Browse files
committed
remove console log statments from test
1 parent b596977 commit 897e51e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/eventstoreTest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,6 @@ describe('eventstore', function () {
15691569
var evts = [];
15701570
var stream = es.streamEventsByRevision('myAggId2', 0, 3);
15711571
stream.on('data', function (e) {
1572-
console.log('mitkot');
15731572
evts.push(e);
15741573
});
15751574
stream.on('end', function(){

0 commit comments

Comments
 (0)