mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
removing debugging prints
This commit is contained in:
parent
4bd820bc30
commit
f5e8f4d3fa
1 changed files with 0 additions and 3 deletions
|
|
@ -336,7 +336,6 @@ class ClipLoader:
|
|||
)
|
||||
loader_cls.timeline = self.active_timeline
|
||||
|
||||
print(self.active_timeline.GetName())
|
||||
else:
|
||||
self.active_timeline = lib.get_current_timeline()
|
||||
|
||||
|
|
@ -660,8 +659,6 @@ class PublishClip:
|
|||
|
||||
# define ui inputs if non gui mode was used
|
||||
self.shot_num = self.ti_index
|
||||
print(
|
||||
"____ self.shot_num: {}".format(self.shot_num))
|
||||
|
||||
# ui_inputs data or default values if gui was not used
|
||||
self.rename = self.ui_inputs.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue