don't show when we downloaded the waterfall

This commit is contained in:
soulgalore 2014-09-17 20:22:44 +02:00
parent 73e6a0b28d
commit 3965483424
1 changed files with 1 additions and 1 deletions

View File

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