mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove debug
This commit is contained in:
parent
92dfa5883a
commit
e33e68e6c0
1 changed files with 0 additions and 5 deletions
|
|
@ -256,11 +256,6 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
# Trigger Mongo URL validation
|
||||
self._mongo_input.setText(self.mongo_url)
|
||||
|
||||
self._show_console()
|
||||
for idx in range(20):
|
||||
self.update_console("Line{}".format(idx))
|
||||
self._update_progress(70)
|
||||
|
||||
def _init_ui(self):
|
||||
# basic visual style - dark background, light text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue