Skip to content

Commit ece170a

Browse files
authored
Don't print args (#38)
1 parent 08d0988 commit ece170a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd_benchstat.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (r *benchstatRunner) ExecCommand(_ context.Context, args []string) error {
8686
c.Order = order
8787
}
8888

89-
fmt.Printf("args: %+v", args)
9089
for _, file := range args {
9190
f, err := os.Open(file)
9291
if err != nil {

0 commit comments

Comments
 (0)