removed console.log

This commit is contained in:
Andris Reinman 2017-07-14 22:36:34 +03:00
parent 6a4b882798
commit 3f1f0b6fac

View file

@ -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 => {