This commit is contained in:
Matthew Hodgson 2019-09-24 14:57:39 +01:00
parent 7113772f9d
commit df33d0f74c

View file

@ -1835,7 +1835,6 @@ export default createReactClass({
if (room) { if (room) {
subtitle = `| ${ room.name } ${subtitle}`; subtitle = `| ${ room.name } ${subtitle}`;
} }
console.log(`updating subtitle as ${subtitle}`);
} }
document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`; document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`;
}, },