mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
Removed debug info
This commit is contained in:
parent
351f700927
commit
1a76913aac
@ -46,7 +46,6 @@ class basicTweet(object):
|
||||
if dlg.get_response() == widgetUtils.OK:
|
||||
text_to_translate = self.message.get_text()
|
||||
language_dict = translator.translator.available_languages()
|
||||
print(dlg.dest_lang.GetStringSelection())
|
||||
for k in language_dict:
|
||||
if language_dict[k] == dlg.dest_lang.GetStringSelection():
|
||||
dst = k
|
||||
|
Loading…
Reference in New Issue
Block a user