www

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

commit 193d205ca889eb43608f97ff542e3fefe63562a5
parent 7f3ec894d2332a34d66467c98db5d941aa745e03
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 10 Oct 2009 05:04:26 +0000

Temporary debug output


Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -1783,7 +1783,7 @@ Zotero.Sync.Server = new function () { buttonFlags, "Reset Group and Sync", null, null, null, {} - ); + ); if (index == 0) { group.erase(); @@ -3190,6 +3190,9 @@ Zotero.Sync.Server.Data = new function() { * @param {Array[]} objectPairs Array of arrays of pairs of Item, Collection, etc. */ function _reconcile(type, objectPairs, changedCreators) { + Zotero.debug('=================================='); + Zotero.debug(objectPairs); + Zotero.debug(changedCreators); var io = { dataIn: { type: type,