remove unnecessary log
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user