Remove debug line

This commit is contained in:
Dan Stillman 2010-06-29 06:07:06 +00:00
parent ae65267d5d
commit 40b6ed19f8

View File

@ -631,7 +631,7 @@ Zotero.Schema = new function(){
// extracting only what's necessary // extracting only what's necessary
var entry = index[translatorID]; var entry = index[translatorID];
if (!entry.extract) { 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; continue;
} }