remove extraneous DOI debug code
This commit is contained in:
parent
4c09cbb7ac
commit
5dcdc6a0b8
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user