From 11ed6f81e73019cac61d1ae04e9382f7a44d5f54 Mon Sep 17 00:00:00 2001 From: Jerry Kurian Date: Sun, 26 Jan 2020 10:43:33 -0500 Subject: [PATCH] remove console log --- tests/demux.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/demux.spec.ts b/tests/demux.spec.ts index 929d04f..2102d33 100644 --- a/tests/demux.spec.ts +++ b/tests/demux.spec.ts @@ -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) {