Ignore Graphite setup messages. (#3506)
https://github.com/sitespeedio/sitespeed.io/issues/3505
This commit is contained in:
parent
69ab804961
commit
49a5af9c50
|
|
@ -26,7 +26,8 @@ function shouldIgnoreMessage(message) {
|
|||
'html.pug',
|
||||
's3.finished',
|
||||
'gcs.finished',
|
||||
'ftp.finished'
|
||||
'ftp.finished',
|
||||
'graphite.setup'
|
||||
].indexOf(message.type) >= 0
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue