commit a01a5826346176d9b43e607af6dd5fa289da4dde
parent 6003e146b81ceefbda3555f21a42264e5e78f7a7
Author: Matt Burton <mcburton@gmail.com>
Date: Thu, 26 Feb 2009 19:08:15 +0000
removing a noisy debug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/translators/Library Catalog (SIRSI).js b/translators/Library Catalog (SIRSI).js
@@ -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;