Remove debugging

This commit is contained in:
Benjamin Ihrig 2022-11-28 15:49:51 +01:00
parent 5be20a50c2
commit 93d9294e77
No known key found for this signature in database
GPG Key ID: 8EA4801DC4035EED

View File

@ -93,8 +93,6 @@
}
});
const candidateNodes = RED.nodes.filterNodes({type:targetType}).filter(n => {
console.log(node);
console.log(n);
if (n.visibility === "none") {
return false;
}