Remove debug line

This commit is contained in:
Simon Kornblith 2011-12-31 14:31:36 +00:00
parent e73090257a
commit 7855c88f9e

View file

@ -1075,7 +1075,6 @@ var Zotero_QuickFormat = new function () {
} else {
delete panelRefersToBubble.citationItem["suppress-author"];
}
Zotero.debug(panelRefersToBubble.citationItem);
panelRefersToBubble.value = _buildBubbleString(panelRefersToBubble.citationItem);
};