mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
removing a noisy debug
This commit is contained in:
parent
6003e146b8
commit
a01a582634
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ function scrape(doc) {
|
|||
var casedField = Zotero.Utilities.superCleanString(doc.evaluate('./TH[1]/text()[1]', elmt, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().nodeValue);
|
||||
field = casedField.toLowerCase();
|
||||
field = field.replace(/:./,"");
|
||||
Zotero.debug("field="+field);
|
||||
var value = Zotero.Utilities.superCleanString(node.nodeValue);
|
||||
if(field == "publisher") {
|
||||
newItem.publisher = value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue