From 8214c85beeab2ab164f4d7171c12feb99584092c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 7 Aug 2020 19:36:12 -0400 Subject: [PATCH] Remove outdated comment after 8614e73aa8 --- 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 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));