We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0988 commit ece170aCopy full SHA for ece170a
cmd_benchstat.go
@@ -86,7 +86,6 @@ func (r *benchstatRunner) ExecCommand(_ context.Context, args []string) error {
86
c.Order = order
87
}
88
89
- fmt.Printf("args: %+v", args)
90
for _, file := range args {
91
f, err := os.Open(file)
92
if err != nil {
0 commit comments