remove a little bit of dead code

pull/1/head
ansuz 9 years ago
parent 2c6cf9883b
commit b140b6429d

@ -51,8 +51,6 @@ define([
// make sure configuration is defined
config = config || {};
var doc = config.doc || null;
var allMessages = [];
var initializing = true;
var recoverableErrorCount = 0; // unused
@ -107,8 +105,6 @@ define([
// we're fully synced
initializing = false;
// execute an onReady callback if one was supplied
// FIXME this should be once the chain has synced
if (config.onReady) {
config.onReady({
realtime: realtime

Loading…
Cancel
Save