[tor-commits] [bridgedb/develop] Remove a superfluous error message about gettext files.

isis at torproject.org isis at torproject.org
Wed Mar 26 05:49:31 UTC 2014


commit 31ec211fd62da1d816d3ecf73986f30c021bf097
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Mar 26 04:58:31 2014 +0000

    Remove a superfluous error message about gettext files.
---
 lib/bridgedb/HTTPServer.py |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index 24a970f..3809f2d 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -544,9 +544,6 @@ class WebResourceOptions(resource.Resource):
             rtl = usingRTLLang(request)
         except Exception as err:  # pragma: no cover
             logging.exception(err)
-            logging.error("The gettext files were not properly installed.")
-            logging.info("To install translations, try doing `python " \
-                         "setup.py compile_catalog`.")
 
         request.setHeader("Content-Type", "text/html; charset=utf-8")
         return lookup.get_template('options.html').render(rtl=rtl)





More information about the tor-commits mailing list