removing unnecessary debug
This commit is contained in:
parent
92a29a7ad5
commit
414680d7be
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ function lookupPMIDs(ids, doc) {
|
|||
}
|
||||
|
||||
function doWeb(doc, url) {
|
||||
Zotero.debug("HIHIHI");
|
||||
var namespace = doc.documentElement.namespaceURI;
|
||||
var nsResolver = namespace ? function(prefix) {
|
||||
if (prefix == 'x') return namespace; else return null;
|
||||
|
|
Loading…
Reference in a new issue