Skip to content

Commit 188da96

Browse files
committed
Remove header from files report
Only printed by cbi-tree. Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 7011433 commit 188da96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codebasin/report.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,9 +789,6 @@ def files(
789789
setmap[platform] += node.num_lines
790790
tree.insert(f, setmap)
791791

792-
print("", file=stream)
793-
print(_heading("Files", stream), file=stream)
794-
795792
# Print a legend.
796793
legend = []
797794
legend += ["Legend:"]

0 commit comments

Comments
 (0)