This commit is contained in:
Meru Patel 2018-09-12 10:35:15 +05:30 committed by GitHub
parent 2475467dd0
commit 7a44cceb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class Console extends React.Component {
LOG_DEBUG_ICON: `url(${debugDarkUrl})`,
LOG_INFO_ICON: `url(${infoDarkUrl})`,
BASE_FONT_SIZE: `${this.props.consoleFontSize}`
};
if (times > 1) {
Object.assign(style, CONSOLE_FEED_WITHOUT_ICONS);