www

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

commit 94bb513d9241e5ef01f989be35c103c707f3b141
parent 476e0f87d604389f289e6d863136e94625e906df
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 22 Jan 2012 10:41:35 -0500

Remove debug output

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

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -124,7 +124,6 @@ Zotero.Cite.System.retrieveItem = function(item) { }; Zotero.Cite.System.retrieveLocale = function(lang) { - Zotero.debug('=========' + lang); var protHandler = Components.classes["@mozilla.org/network/protocol;1?name=chrome"] .createInstance(Components.interfaces.nsIProtocolHandler); var channel = protHandler.newChannel(protHandler.newURI("chrome://zotero/content/locale/csl/locales-"+lang+".xml", "UTF-8", null));