Remove outdated comment after 8614e73aa8

This commit is contained in:
Dan Stillman 2020-08-07 19:36:12 -04:00
parent 8614e73aa8
commit 8214c85bee

View file

@ -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));