From 127cb259c12d13e9f5f3d3cabf5d41e569b0e207 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 18 Apr 2013 15:45:24 -0400 Subject: [PATCH] Remove old comment --- chrome/content/zotero/xpcom/attachments.js | 1 - 1 file changed, 1 deletion(-) 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()) {