mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-01 10:24:40 +08:00
removed console.log
This commit is contained in:
parent
6a4b882798
commit
3f1f0b6fac
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ class Indexer {
|
|||
} else if (node.attachmentId && !skipExternal) {
|
||||
append(false, true); // force newline between header and contents
|
||||
|
||||
console.log(this.gridstore);
|
||||
let attachmentStream = this.gridstore.openDownloadStream(node.attachmentId);
|
||||
|
||||
attachmentStream.once('error', err => {
|
||||
|
|
Loading…
Reference in a new issue