Merge "Don't send issuesSeverity given that's an event default"

This commit is contained in:
jenkins-bot 2018-08-27 20:43:48 +00:00 committed by Gerrit Code Review
commit 86a5913573
1 changed files with 1 additions and 2 deletions

View File

@ -261,8 +261,7 @@
// Report that the page has been loaded.
pageIssuesLogger.log( {
action: 'pageLoaded',
issuesSeverity: getIssues( KEYWORD_ALL_SECTIONS ).map( formatPageIssuesSeverity )
action: 'pageLoaded'
} );
}