Remove debug output
This commit is contained in:
parent
efba47c0df
commit
2a4c4e4780
|
@ -2420,13 +2420,8 @@ Zotero.Sync.Server.Data = new function() {
|
||||||
creators = creators.concat(remoteCreators);
|
creators = creators.concat(remoteCreators);
|
||||||
for each(var creator in creators) {
|
for each(var creator in creators) {
|
||||||
var r = remoteCreatorStore[Zotero.Creators.getLibraryKeyHash(creator.ref)];
|
var r = remoteCreatorStore[Zotero.Creators.getLibraryKeyHash(creator.ref)];
|
||||||
Zotero.debug('=============');
|
|
||||||
Zotero.debug(Zotero.Creators.getLibraryKeyHash(creator.ref));
|
|
||||||
Zotero.debug(r);
|
|
||||||
Zotero.debug(creator.ref);
|
|
||||||
// Doesn't include dateModified
|
// Doesn't include dateModified
|
||||||
if (r && !r.equals(creator.ref)) {
|
if (r && !r.equals(creator.ref)) {
|
||||||
Zotero.debug("CREATORS CHANGED!");
|
|
||||||
creatorsChanged = true;
|
creatorsChanged = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user