Remove outdated comment after 8614e73aa8
This commit is contained in:
parent
8614e73aa8
commit
8214c85bee
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue