diff --git a/utility/annotate-image/annotate.js b/utility/annotate-image/annotate.js index adf76078..bf12fc72 100644 --- a/utility/annotate-image/annotate.js +++ b/utility/annotate-image/annotate.js @@ -146,8 +146,6 @@ module.exports = function(RED) { const bufferOutput = getWritableBuffer(); pureimage.encodeJPEGToStream(c,bufferOutput.stream,90).then(() => { msg.payload = bufferOutput.getBuffer(); - msg.defaultFontSize = defaultFontSize; - node.send(msg); }) }).catch(err => {