Skip to content

Commit 9e53bc9

Browse files
committed
cleanup: remove old debug prints
1 parent 29b8a8c commit 9e53bc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NodeToPython/compositor/operator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ def _set_color_balance_settings(self, node: CompositorNodeColorBalance
120120

121121
color_balance_info = self._node_infos['CompositorNodeColorBalance']
122122
self._node_infos['CompositorNodeColorBalance'] = color_balance_info._replace(attributes_ = lst)
123-
for setting in self._node_infos['CompositorNodeColorBalance'].attributes_:
124-
print(setting.name_)
125123

126124
def _process_node(self, node: Node, ntp_nt: NTP_NodeTree):
127125
"""

0 commit comments

Comments
 (0)