From 7855c88f9ec828051fd4b3f3be6c6e4a980b4de8 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 31 Dec 2011 14:31:36 +0000 Subject: [PATCH] Remove debug line --- chrome/content/zotero/integration/quickFormat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index a46acb645..d24faa354 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -1075,7 +1075,6 @@ var Zotero_QuickFormat = new function () { } else { delete panelRefersToBubble.citationItem["suppress-author"]; } - Zotero.debug(panelRefersToBubble.citationItem); panelRefersToBubble.value = _buildBubbleString(panelRefersToBubble.citationItem); };