mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
ugh, get rid of accidental debugging
This commit is contained in:
parent
3caa8f19c1
commit
092c416a89
@ -205,7 +205,6 @@ var Notifier = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onSyncStateChange: function(state) {
|
onSyncStateChange: function(state) {
|
||||||
console.log("sync state change: " + state);
|
|
||||||
if (state === "PREPARED" || state === "SYNCING") {
|
if (state === "PREPARED" || state === "SYNCING") {
|
||||||
this.isPrepared = true;
|
this.isPrepared = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user