Remove debug line
This commit is contained in:
parent
ae65267d5d
commit
40b6ed19f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue