The following commit has been merged in the master branch:
commit 9a3003bff39ac3ae27d670f92671bd0f85972530
Author: Ole Streicher <[email protected]>
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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to