remove extraneous DOI debug code

This commit is contained in:
Simon Kornblith 2009-05-06 07:59:25 +00:00
parent 4c09cbb7ac
commit 5dcdc6a0b8

View file

@ -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";
}