mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove debug
This commit is contained in:
parent
b40551a8fa
commit
69a575097d
@ -1768,7 +1768,6 @@ RED.nodes = (function() {
|
||||
unknownTypes.push(n.type);
|
||||
}
|
||||
if (n.z) {
|
||||
if (n.id === '42051f44c151e5d7') console.log('importing',n.z)
|
||||
nodeZmap[n.z] = nodeZmap[n.z] || [];
|
||||
nodeZmap[n.z].push(n);
|
||||
} else if (isInitialLoad && n.hasOwnProperty('x') && n.hasOwnProperty('y') && !n.z) {
|
||||
|
Loading…
Reference in New Issue
Block a user