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) { 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;
} }