remove extraneous brace from udp node

This commit is contained in:
Dave Conway-Jones 2018-10-23 23:27:49 +01:00
parent 33d0d12bc8
commit c2c6e6080e
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ module.exports = function(RED) {
});
udpInputPortsInUse[p] = sock;
}
}
node.on("input", function(msg) {
if (msg.hasOwnProperty("payload")) {