Remove debugging

This commit is contained in:
Dan Stillman 2017-05-05 03:27:15 -04:00
parent 40da5f61a0
commit 43d12ee3b7

View file

@ -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') {