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"];