Remove debug for wiring

This commit is contained in:
Nick O'Leary 2023-06-23 12:29:33 +01:00
parent 26fc942c79
commit 11f9ad8ca3
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ RED.view = (function() {
[(destX-sc*(scale)*node_width), (destY-scaleY*node_height)]
]
return `M ${origX} ${origY} C ${cp[0][0]} ${cp[0][1]} ${cp[1][0]} ${cp[1][1]} ${destX} ${destY}`
+ ` ${genCP(cp[0])} ${genCP(cp[1])}`
// + ` ${genCP(cp[0])} ${genCP(cp[1])}`
} else {
let topX, topY, bottomX, bottomY
let cp