don't show when we downloaded the waterfall
This commit is contained in:
parent
73e6a0b28d
commit
3965483424
|
|
@ -123,7 +123,7 @@ function analyzeUrl(args, asyncDoneCallback) {
|
|||
'webpagetest', util.getFileName(url) + '-waterfall-repeat.png'));
|
||||
|
||||
wstream.on('finish', function() {
|
||||
console.log('Wrote waterfall');
|
||||
// console.log('Wrote waterfall');
|
||||
});
|
||||
wstream.write(data);
|
||||
wstream.end();
|
||||
|
|
|
|||
Loading…
Reference in New Issue