removed console.log

This commit is contained in:
peterkogo
2024-07-01 12:06:07 +02:00
parent 4b1541d3a5
commit f1dd15384b

View File

@@ -279,8 +279,6 @@ function isValidHandle(
? (isTarget && handleType === 'source') || (!isTarget && handleType === 'target')
: handleNodeId !== fromNodeId || handleId !== fromHandleId);
console.log(isValid);
result.isValid = isValid && isValidConnection(connection);
if (handleLookup) {