diff --git a/chrome/content/zotero/rtfScan.js b/chrome/content/zotero/rtfScan.js index fdcbf5911..bf4dc11ce 100644 --- a/chrome/content/zotero/rtfScan.js +++ b/chrome/content/zotero/rtfScan.js @@ -529,7 +529,6 @@ var Zotero_RTFScan = new function() { itemIDs = [itemID for(itemID in itemIDs)]; Zotero.debug(itemIDs); - style.updateItems(itemIDs); // prepare the list of rendered citations var citationResults = style.rebuildProcessorState(cslCitations, "rtf");