Remove spurious log

This commit is contained in:
Ben Gotow 2019-06-10 19:10:58 -05:00
parent 57a941bbd0
commit f9d4a29f3f

View file

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