commit 414680d7be075255526396eacfed0adca4491674
parent 92a29a7ad51ac258031e70c1985e7ff9100e89fb
Author: Matt Burton <mcburton@gmail.com>
Date: Tue, 7 Apr 2009 00:53:55 +0000
removing unnecessary debug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/translators/NCBI PubMed.js b/translators/NCBI PubMed.js
@@ -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;