diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-08-28 17:26:30 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | d777ca0d542d4046805d11b3bd276389ddb4a429 (patch) | |
| tree | e261e152d7d596ca1c53fc721eace55ba5ff1a33 /wrappers/python/eduvpn_common/main.py | |
| parent | 492b74f2d20697816acc5e60d79f858a1360fb63 (diff) | |
Wrappers Python: Remove translations print
Diffstat (limited to 'wrappers/python/eduvpn_common/main.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 5ee0882..eb4897b 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -24,7 +24,6 @@ class WrappedError(Exception): self.misc = misc def __str__(self) -> str: - print(self.translations) return self.translations[self.language] |
