mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove debug for wiring
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user