removed console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user