mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-25 01:21:14 +08:00
Remove spurious log
This commit is contained in:
parent
57a941bbd0
commit
f9d4a29f3f
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ class AttachmentStore extends MailspringStore {
|
|||
// If the preview file doesn't exist yet, generate it
|
||||
if (await generatePreview({ file, filePath, previewPath })) {
|
||||
this._filePreviewPaths[file.id] = previewPath;
|
||||
console.log('got preview for ' + previewPath);
|
||||
this.trigger();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue