Remove old comment

This commit is contained in:
Simon Kornblith 2013-04-18 15:45:24 -04:00
parent 4486ba4495
commit 127cb259c1

View file

@ -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()) {