remove console log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user