diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 19378d7bb2..5db680f073 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -50,7 +50,6 @@ Zotero.Attachments = new function(){ function importFromFile(file, sourceItemID, libraryID) { Zotero.debug('Importing attachment from file'); - // Try decoding URI entities, since we're going to strip '%' var newName = Zotero.File.getValidFileName(file.leafName); if (!file.isFile()) {