Skip to content

Commit 433ac66

Browse files
committed
rm print
1 parent 7f1d7ed commit 433ac66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def update_connection_state(self):
373373
# print()
374374
# print("Current vtx is", i)
375375
for j in range(0, len(Download.vtx_name_list[self.ver_index_select])):
376-
print(j, self.target_combobox['value'][j])
377376
if self.target_combobox['value'][j] == i:
378377
self.target_combobox.current(j)
379378
self.vtx_name_select = i

0 commit comments

Comments
 (0)