commit 2a4c4e478012f990ace9310d14009ae83ada40e9
parent efba47c0dffca0f6c7dcd500fe9a55fe79c3ab88
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 10 Oct 2009 07:52:32 +0000
Remove debug output
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -2420,13 +2420,8 @@ Zotero.Sync.Server.Data = new function() {
creators = creators.concat(remoteCreators);
for each(var creator in creators) {
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
if (r && !r.equals(creator.ref)) {
- Zotero.debug("CREATORS CHANGED!");
creatorsChanged = true;
break;
}