gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: remove debugging logs (o


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: remove debugging logs (oops)
Date: Fri, 02 Jun 2017 14:00:30 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 551df6f  remove debugging logs (oops)
551df6f is described below

commit 551df6f133e4f696431605591fa1ff01c598817e
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jun 2 14:00:26 2017 +0200

    remove debugging logs (oops)
---
 i18nfix.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/i18nfix.py b/i18nfix.py
index 7edbcb1..331706a 100644
--- a/i18nfix.py
+++ b/i18nfix.py
@@ -21,7 +21,6 @@ def babel_extract(fileobj, keywords, comment_tags, options):
     res = jinja2.ext.babel_extract(fileobj, keywords, comment_tags, options)
     for lineno, funcname, message, comments in res:
         message = normalize(message)
-        print("extracting", repr(message))
         yield lineno, funcname, message, comments
 
 def wrap_gettext(f):
@@ -30,6 +29,5 @@ def wrap_gettext(f):
     """
     def wrapper(message):
         message = normalize(message)
-        print("translating", repr(message))
         return f(message)
     return wrapper

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]