Show conflicts in debug output when showing CR window
This commit is contained in:
parent
bfbac24667
commit
9f9e95ea96
1 changed files with 1 additions and 0 deletions
|
@ -1064,6 +1064,7 @@ Zotero.Sync.Data.Local = {
|
||||||
|
|
||||||
showConflictResolutionWindow: function (conflicts) {
|
showConflictResolutionWindow: function (conflicts) {
|
||||||
Zotero.debug("Showing conflict resolution window");
|
Zotero.debug("Showing conflict resolution window");
|
||||||
|
Zotero.debug(conflicts);
|
||||||
|
|
||||||
var io = {
|
var io = {
|
||||||
dataIn: {
|
dataIn: {
|
||||||
|
|
Loading…
Reference in a new issue