diff --git a/transifex_demo.py b/transifex_demo.py index 25b962c..45b4385 100644 --- a/transifex_demo.py +++ b/transifex_demo.py @@ -8,7 +8,6 @@ init(token='1/6e212800e39991406f0001245517708823f293b8', languages=['el', 'fr', strings = [SourceString('My Addresses')] response_content = tx.push_source_strings(strings) -print(response_content) tx.fetch_translations() el_translation = tx.translate('My Addresses', 'fr') print(el_translation)