1
0
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:
Nick O'Leary 2022-10-16 22:47:34 +01:00
parent b40551a8fa
commit 69a575097d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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) {