Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2022-05-16 17:45:48 +1000
committerGitHub <noreply@github.com>2022-05-16 09:45:48 +0200
commit0cc98708383d1efe838cb7b64af6d3cae7e0bb10 (patch)
tree5751e6b19aa02525dccf19e4d055382fcc88bda1 /archinstall/lib
parentb29c4af770b65e8fa825051b5fe2c6d25eb75747 (diff)
Remove print (#1172)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/translation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/translation.py b/archinstall/lib/translation.py
index c9dd065a..1a0e94e4 100644
--- a/archinstall/lib/translation.py
+++ b/archinstall/lib/translation.py
@@ -72,7 +72,6 @@ class Translation:
for names in self._get_translation_lang():
try:
- print(names)
self._languages[names[0]] = gettext.translation('base', localedir=locales_dir, languages=names)
except FileNotFoundError as error:
raise TranslationError(f"Could not locate language file for '{names}': {error}")