1
0
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:
Matthew Hodgson
2016-03-17 17:25:48 +00:00
parent 3caa8f19c1
commit 092c416a89

View File

@ -205,7 +205,6 @@ var Notifier = {
},
onSyncStateChange: function(state) {
console.log("sync state change: " + state);
if (state === "PREPARED" || state === "SYNCING") {
this.isPrepared = true;
}