remove console log

This commit is contained in:
Jerry Kurian 2020-01-26 10:43:33 -05:00
parent cf719b25cf
commit 11ed6f81e7

View File

@ -685,7 +685,6 @@ test.cb("Demux should remux to sink", t => {
};
const remux = map(d => {
console.log(d);
t.deepEqual(d, result[i]);
i++;
if (i === input.length) {