remove msg.defaultFontSize

forgot about it. used for testing
This commit is contained in:
meeki007 2021-01-17 02:19:09 -05:00 committed by GitHub
parent 6715ab01c8
commit 87472fa3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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