www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 43d12ee3b7e56121f8f28624f44a5e8d87c2e2f5
parent 40da5f61a0e4428ec9b54b22882f76355bcee359
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  5 May 2017 03:27:15 -0400

Remove debugging

Diffstat:
Mchrome/content/zotero/xpcom/sync/syncEngine.js | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/chrome/content/zotero/xpcom/sync/syncEngine.js b/chrome/content/zotero/xpcom/sync/syncEngine.js @@ -1160,14 +1160,7 @@ Zotero.Sync.Data.Engine.prototype._uploadObjects = Zotero.Promise.coroutine(func + `references parent collection ${data.collection}, which doesn't exist`); } Zotero.logError(`Marking collection ${data.collection} as unsynced`); - Zotero.debug(collection.synced); // TEMP yield Zotero.Sync.Data.Local.markObjectAsUnsynced(collection); - // TEMP - Zotero.debug(collection.synced); - Zotero.debug(yield Zotero.DB.valueQueryAsync( - "SELECT synced FROM collections WHERE collectionID=?", - collection.id - )); } } else if (objectType == 'item') {