mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
remove extraneous udp console.log
and two tiny whitespace changes
This commit is contained in:
@@ -112,7 +112,6 @@
|
||||
$("#node-input-port").change(function() {
|
||||
var portnew = $("#node-input-port").val();
|
||||
if (portsInUse.hasOwnProperty($("#node-input-port").val())) {
|
||||
console.log($("#node-input-port").val());
|
||||
RED.notify(alreadyused+" "+$("#node-input-port").val(),"warn");
|
||||
}
|
||||
});
|
||||
|
@@ -83,7 +83,6 @@ module.exports = function(RED) {
|
||||
});
|
||||
|
||||
node.on("close", function() {
|
||||
console.log("ID=",node.id);
|
||||
if (udpInputPortsInUse[node.port] === node.id) {
|
||||
delete udpInputPortsInUse[node.port];
|
||||
}
|
||||
|
Reference in New Issue
Block a user