Temporary debug output
This commit is contained in:
parent
7f3ec894d2
commit
193d205ca8
|
@ -1783,7 +1783,7 @@ Zotero.Sync.Server = new function () {
|
||||||
buttonFlags,
|
buttonFlags,
|
||||||
"Reset Group and Sync",
|
"Reset Group and Sync",
|
||||||
null, null, null, {}
|
null, null, null, {}
|
||||||
);
|
);
|
||||||
|
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
group.erase();
|
group.erase();
|
||||||
|
@ -3190,6 +3190,9 @@ Zotero.Sync.Server.Data = new function() {
|
||||||
* @param {Array[]} objectPairs Array of arrays of pairs of Item, Collection, etc.
|
* @param {Array[]} objectPairs Array of arrays of pairs of Item, Collection, etc.
|
||||||
*/
|
*/
|
||||||
function _reconcile(type, objectPairs, changedCreators) {
|
function _reconcile(type, objectPairs, changedCreators) {
|
||||||
|
Zotero.debug('==================================');
|
||||||
|
Zotero.debug(objectPairs);
|
||||||
|
Zotero.debug(changedCreators);
|
||||||
var io = {
|
var io = {
|
||||||
dataIn: {
|
dataIn: {
|
||||||
type: type,
|
type: type,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user