You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
ugh, get rid of accidental debugging
This commit is contained in:
@ -205,7 +205,6 @@ var Notifier = {
|
||||
},
|
||||
|
||||
onSyncStateChange: function(state) {
|
||||
console.log("sync state change: " + state);
|
||||
if (state === "PREPARED" || state === "SYNCING") {
|
||||
this.isPrepared = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user