www

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

commit e32da0b5ca422f68da55ed9c7cf1ea789373cfc8
parent f02ae027c5effb6555918ffcf04523e94f40b07f
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 21 Aug 2011 21:37:18 +0000

Remove debug line


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

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -1262,7 +1262,6 @@ Zotero.Integration.Session.prototype.reselectItem = function(exception) { * Generates a field from a citation object */ Zotero.Integration.Session.prototype.getCitationField = function(citation) { - Zotero.debug(citation); const saveProperties = ["custom", "unsorted", "formattedCitation", "plainCitation", "dontUpdate"]; const saveCitationItemKeys = ["locator", "label", "suppress-author", "author-only", "prefix", "suffix"];