Skip to content

Commit c8acea3

Browse files
author
Leandro Inocencio
committed
cleanup
1 parent fb49216 commit c8acea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example_nodes/logic_nodes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ifNode(BaseNode):
1212
def __init__(self):
1313
super(ifNode, self).__init__()
1414
self.condition = self.add_input('condition')
15-
self.create_property('condition', None)
1615
self._then = self.add_input('then')
1716
self._else = self.add_input('else')
1817
self.add_output('out')

0 commit comments

Comments
 (0)