From 7b395e5080fac20bfda23c501803a50afa745ae7 Mon Sep 17 00:00:00 2001 From: "fernando.toigo" Date: Fri, 25 Oct 2019 14:42:19 -0300 Subject: [PATCH] Revert "Testing block of commit" This reverts commit 4d1c113b --- Scripts/NodePort.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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