diff --git a/Scripts/NodePort.cs b/Scripts/NodePort.cs index 3742710..1000b23 100644 --- a/Scripts/NodePort.cs +++ b/Scripts/NodePort.cs @@ -19,8 +19,6 @@ namespace XNode { } } - // Test - public IO direction { get { return _direction; } } public Node.ConnectionType connectionType { get { return _connectionType; } } public Node.TypeConstraint typeConstraint { get { return _typeConstraint; } } @@ -402,4 +400,4 @@ namespace XNode { } } } -} +} \ No newline at end of file