Skip to content

Commit 136abbc

Browse files
committed
cleanup
1 parent 16d6df2 commit 136abbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node_editor/gui/view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def contextMenuEvent(self, event):
139139

140140
hello_action = QtWidgets.QAction("Hello", self)
141141

142-
# elbow_action.triggered.connect(self.add_elbow)
143142
menu.addAction(hello_action)
144143
action = menu.exec_(self.mapToGlobal(pos))
145144

0 commit comments

Comments
 (0)