diff --git a/test/Stream.ts b/test/Stream.ts index ee6ab55..3120cb1 100644 --- a/test/Stream.ts +++ b/test/Stream.ts @@ -58,7 +58,6 @@ test ('complex stream graph', (t) => new Promise ((resolve) => { }); stream.on ('end', () => { t.is (output, complex); - t.log (output); resolve (); }); stream.create_graph ('foo', 'd');