remove console log
This commit is contained in:
parent
cf719b25cf
commit
11ed6f81e7
@ -685,7 +685,6 @@ test.cb("Demux should remux to sink", t => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const remux = map(d => {
|
const remux = map(d => {
|
||||||
console.log(d);
|
|
||||||
t.deepEqual(d, result[i]);
|
t.deepEqual(d, result[i]);
|
||||||
i++;
|
i++;
|
||||||
if (i === input.length) {
|
if (i === input.length) {
|
||||||
|
Loading…
Reference in New Issue
Block a user