1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

remove logging

This commit is contained in:
Bruno Windels
2018-12-11 16:26:23 +01:00
parent 408eba7915
commit 8045009d81
2 changed files with 0 additions and 2 deletions

View File

@@ -82,7 +82,6 @@ class Presence {
* @param {string} newState the new presence state (see PRESENCE enum)
*/
async setState(newState) {
console.log("setting Presence state!!", newState);
if (newState === this.state) {
return;
}