From e32da0b5ca422f68da55ed9c7cf1ea789373cfc8 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 21 Aug 2011 21:37:18 +0000 Subject: [PATCH] Remove debug line --- chrome/content/zotero/xpcom/integration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 92be3b570..ef814778b 100644 --- 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"];