mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove debug for wiring
This commit is contained in:
parent
26fc942c79
commit
11f9ad8ca3
@ -1059,7 +1059,7 @@ RED.view = (function() {
|
|||||||
[(destX-sc*(scale)*node_width), (destY-scaleY*node_height)]
|
[(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}`
|
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 {
|
} else {
|
||||||
let topX, topY, bottomX, bottomY
|
let topX, topY, bottomX, bottomY
|
||||||
let cp
|
let cp
|
||||||
|
Loading…
Reference in New Issue
Block a user