commit 127cb259c12d13e9f5f3d3cabf5d41e569b0e207
parent 4486ba449575d95a3dd8f6ebd192353302b60101
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 18 Apr 2013 15:45:24 -0400
Remove old comment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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()) {