mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed debug prints
This commit is contained in:
parent
807eefee6d
commit
0b159479fa
1 changed files with 0 additions and 2 deletions
|
|
@ -168,11 +168,9 @@ class ProjectManagerWindow(QtWidgets.QWidget):
|
|||
def _on_project_create(self):
|
||||
dialog = CreateProjectDialog(self)
|
||||
dialog.exec_()
|
||||
print(dialog.result())
|
||||
if dialog.result() != 1:
|
||||
return
|
||||
|
||||
project_name = dialog.project_name
|
||||
print("Created project \"{}\"".format(project_name))
|
||||
self.show_message("Created project \"{}\"".format(project_name))
|
||||
self.refresh_projects(project_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue