mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove debug prints
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
04339d9bc0
commit
b93c0ace27
1 changed files with 0 additions and 2 deletions
|
|
@ -207,9 +207,7 @@ class SelectVersionDialog(QtWidgets.QDialog):
|
|||
def _on_confirm(self):
|
||||
self._cancelled = False
|
||||
index = self._versions_combobox.currentIndex()
|
||||
print(index)
|
||||
item_id = self._versions_combobox.itemData(index, ITEM_ID_ROLE)
|
||||
print(item_id)
|
||||
self._selected_item = self._versions_combobox.get_item_by_id(item_id)
|
||||
self.accept()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue