forked from premiere/premiere-libtorrent
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
|
||||
|
||||
if not f in platforms[p][toolset]:
|
||||
print f
|
||||
for i in range(len(tests[f])):
|
||||
print >>html, '<td title="%s"><a class="missing"></a></td>' % (f)
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue