Merge "Remove log translations"

This commit is contained in:
Zuul 2018-01-26 13:55:16 +00:00 committed by Gerrit Code Review
commit 938697cb39
1 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,3 @@ _translators = i18n.TranslatorFactory(domain='cloudkittyclient')
i18n.enable_lazy()
_ = _translators.primary
_LI = _translators.log_info
_LW = _translators.log_warning
_LE = _translators.log_error
_LC = _translators.log_critical