www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 40b6ed19f802f839aa7c657a75fbd8cb0e1c936e
parent ae65267d5d9a5f16ea09f8a56fd83ec26701127a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 29 Jun 2010 06:07:06 +0000

Remove debug line


Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }