mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove debugging
This commit is contained in:
parent
5be20a50c2
commit
93d9294e77
@ -93,8 +93,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
const candidateNodes = RED.nodes.filterNodes({type:targetType}).filter(n => {
|
const candidateNodes = RED.nodes.filterNodes({type:targetType}).filter(n => {
|
||||||
console.log(node);
|
|
||||||
console.log(n);
|
|
||||||
if (n.visibility === "none") {
|
if (n.visibility === "none") {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user