remove unnecessary log

This commit is contained in:
Timo Hocker 2020-05-06 20:26:10 +02:00
parent 8d6d91e562
commit a34db64fca

View File

@ -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');