ugh, get rid of accidental debugging
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…
Reference in New Issue