Temporary debug output

This commit is contained in:
Dan Stillman 2009-10-10 05:04:26 +00:00
parent 7f3ec894d2
commit 193d205ca8

View File

@ -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,