From df33d0f74c7eed58fc83f2484bda0593fadfc3b3 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 24 Sep 2019 14:57:39 +0100 Subject: [PATCH] Remove debug for https://github.com/vector-im/riot-web/issues/10940 --- src/components/structures/MatrixChat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 1dafc1f982..a185664038 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1835,7 +1835,6 @@ export default createReactClass({ if (room) { subtitle = `| ${ room.name } ${subtitle}`; } - console.log(`updating subtitle as ${subtitle}`); } document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`; },