diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index ab519617feb..8a80f366041 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -577,9 +577,6 @@ WeaveSvc.prototype = { let meta = yield Records.import(self.cb, this.clusterURL + this.username + "/meta/global"); - // DEBUG: Just for now, i'm turning off wiping of server based on version - // mismatch. Don't commit this line: - meta.payload.storageVersion = MIN_SERVER_STORAGE_VERSION; // this this._log.debug("Min server storage version is " + MIN_SERVER_STORAGE_VERSION); if (meta) { this._log.debug("payload storage version is " +