]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Remove debug prints
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 12 Dec 2010 16:12:34 +0000 (17:12 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 12 Dec 2010 16:12:34 +0000 (17:12 +0100)
gw-tests/genhtml/genhtml.py

index b75bdc4f87d09962fae7a0e9b4645faad92f87a6..94ca00ef4f09ebf5c39b2b1136f5d81d98f949a5 100755 (executable)
@@ -169,9 +169,7 @@ class Test(object):
                 if comment >= 0:
                     l = l[:comment-1]
                 if l.find("cmdline=") == 0:
                 if comment >= 0:
                     l = l[:comment-1]
                 if l.find("cmdline=") == 0:
-                    print l
                     l = "<abbr title=%s>cmdline=...</abbr>" % str(l[8:])
                     l = "<abbr title=%s>cmdline=...</abbr>" % str(l[8:])
-                    print l
                 return l
             lines = [fixupLine(l) for l in lines]
             print >>html, "<td><h4>%s</h4>%s</td>" % (i, "<br />".join(lines))
                 return l
             lines = [fixupLine(l) for l in lines]
             print >>html, "<td><h4>%s</h4>%s</td>" % (i, "<br />".join(lines))