commit a4032fe817f7e50d5a5b940d8ae2ba788b2fef15
parent d2c3f0fa12792d8a9e3c127723bebda447428ffd
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 11 Sep 2008 22:07:57 +0000
remove debug code
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js
@@ -154,11 +154,10 @@ Zotero.Style = function(file) {
this.updated = xml.info.updated.toString().replace(/(.+)T([^\+]+)\+?.*/, "$1 $2");
this._class = xml.@class.toString();
- this.source = null
+ this.source = null;
for each(var link in xml.info.link) {
if(link.@rel == "source") {
this.source = link.@href.toString();
- Zotero.debug("have source "+this.source);
}
}
}