remove extraneous DOI debug code
This commit is contained in:
parent
4c09cbb7ac
commit
5dcdc6a0b8
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue