remove debug code

This commit is contained in:
Simon Kornblith 2008-09-11 22:07:57 +00:00
parent d2c3f0fa12
commit a4032fe817

View file

@ -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);
}
}
}