diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 7da022a48..8ed4edf0e 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -631,7 +631,7 @@ Zotero.Schema = new function(){ // extracting only what's necessary var entry = index[translatorID]; if (!entry.extract) { - Zotero.debug("Not extracting '" + entry.label + "' -- same version already in cache"); + //Zotero.debug("Not extracting '" + entry.label + "' -- same version already in cache"); continue; }