diff options
Diffstat (limited to 'wrappers/python')
| -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] |
