[Blends-commit] [SCM] website branch, master, updated. 9a3003bff39ac3ae27d670f92671bd0f85972530

Ole Streicher olebole at debian.org
Sun Mar 6 19:14:16 UTC 2016


The following commit has been merged in the master branch:
commit 9a3003bff39ac3ae27d670f92671bd0f85972530
Author: Ole Streicher <olebole at debian.org>
Date:   Sun Mar 6 20:14:12 2016 +0100

    Remove annoying debug output

diff --git a/webtools/tasks.py b/webtools/tasks.py
index 975f881..5665e4e 100755
--- a/webtools/tasks.py
+++ b/webtools/tasks.py
@@ -250,8 +250,6 @@ for lang in languages:
             # the browser shows the correct character
             # packages.debian.org gets confused - so turn it back here
             if detect_ampersand_code_re.search(line):
-                if '%26' in line:
-                    print line
                 line = re.sub('%26', '&', line)
         with codecs.open(outputfile, "w", "utf-8") as f:
             f.write('\n'.join(lines))

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list