www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b2bcff1dacf5a7a6b9a86fcf7172149b62d01637
parent fbee8ece40d0e79c6fee6b2b08419a97d3d270dc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 22 Nov 2010 19:19:22 +0000

Disable debug output


Diffstat:
Mchrome/content/zotero/xpcom/cite.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -338,7 +338,7 @@ Zotero.Cite.makeFormattedBibliography = function(cslEngine, format) { div.@style = "margin: .5em 0 0 2em; padding: 0 0 .2em .5em; border-left: 5px solid #ccc;"; } - Zotero.debug(xml); + //Zotero.debug(xml); return xml.toXMLString(); } else if(format == "text") {