remove redundant code

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Taher 2024-06-21 23:05:34 +03:00 committed by GitHub
parent e6bb56b088
commit d88c36b01e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,6 @@ from ayon_core.lib import (
emit_event,
)
def show_workfiles_tool():
# Make sure on top is enabled on first show so the
# window is not hidden under main nuke window
print("showing workfiles tool..")
from ayon_core.tools.utils import host_tools
host_tools.show_workfiles(parent=hou.qt.mainWindow(),
on_top=True)
log = logging.getLogger("ayon_houdini")