diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 3677e71952..cf8612c800 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -810,7 +810,6 @@ Zotero.Attachments = new function(){ Zotero.Fulltext.queueItem(attachmentItem); - // DEBUG: Does this fail if 'storage' is symlinked to another drive? destDir = this.getStorageDirectory(attachmentItem).path; yield OS.File.move(tmpDir, destDir); }.bind(this));