mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove dev print
This commit is contained in:
parent
32b771ad80
commit
5d74d9dc51
1 changed files with 0 additions and 1 deletions
|
|
@ -411,7 +411,6 @@ class WorkfilesToolWindow(QtWidgets.QWidget):
|
|||
entity_ids = self._controller.get_my_tasks_entity_ids(
|
||||
self._project_name
|
||||
)
|
||||
print(entity_ids)
|
||||
folder_ids = entity_ids["folder_ids"]
|
||||
task_ids = entity_ids["task_ids"]
|
||||
self._folders_widget.set_folder_ids_filter(folder_ids)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue