Remove debug for https://github.com/vector-im/riot-web/issues/10940
This commit is contained in:
parent
7113772f9d
commit
df33d0f74c
1 changed files with 0 additions and 1 deletions
|
@ -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}`;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue