Skip to content

Commit b7b09ae

Browse files
committed
Remove leftover print statement
1 parent 739a729 commit b7b09ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pavilion/commands/result.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def run(self, pav_cfg, args):
275275
else:
276276
flat_sorted_results = utils.sort_table(args.sort_by, flat_results)
277277

278-
print(f"Fields: {fields}")
279278
title_str=f"Test Results: {serieses}."
280279
output.draw_table(
281280
outfile=self.outfile,

0 commit comments

Comments
 (0)