remove unnecessary print
This commit is contained in:
parent
ca29493cd8
commit
5cf0feb77e
@ -307,7 +307,6 @@ for branch_name in revs:
|
|||||||
print >>details_file, '<tr><th>%s</th></tr>' % title
|
print >>details_file, '<tr><th>%s</th></tr>' % title
|
||||||
|
|
||||||
if not f in platforms[p][toolset]:
|
if not f in platforms[p][toolset]:
|
||||||
print f
|
|
||||||
for i in range(len(tests[f])):
|
for i in range(len(tests[f])):
|
||||||
print >>html, '<td title="%s"><a class="missing"></a></td>' % (f)
|
print >>html, '<td title="%s"><a class="missing"></a></td>' % (f)
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user