www

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

commit 5dcdc6a0b8eae14368c36ca3970a032c0052e89f
parent 4c09cbb7ac1ccc33cd1539e76e53191e000e08ce
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  6 May 2009 07:59:25 +0000

remove extraneous DOI debug code


Diffstat:
Mtranslators/DOI.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/translators/DOI.js b/translators/DOI.js @@ -45,7 +45,6 @@ function detectWeb(doc, url) { if(!blacklistRe.test(url)) { var DOIs = getDOIs(doc); - Zotero.debug(DOIs); if(DOIs.length) { return DOIs.length == 1 ? "journalArticle" : "multiple"; }