remove unnecessary log
This commit is contained in:
parent
8d6d91e562
commit
a34db64fca
@ -58,7 +58,6 @@ test ('complex stream graph', (t) => new Promise ((resolve) => {
|
|||||||
});
|
});
|
||||||
stream.on ('end', () => {
|
stream.on ('end', () => {
|
||||||
t.is (output, complex);
|
t.is (output, complex);
|
||||||
t.log (output);
|
|
||||||
resolve ();
|
resolve ();
|
||||||
});
|
});
|
||||||
stream.create_graph ('foo', 'd');
|
stream.create_graph ('foo', 'd');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user