Skip to content

Commit

Permalink
Remove unnecessary debug print statement
Browse files Browse the repository at this point in the history
Remove `printf` statement.
  • Loading branch information
HeavyWombat committed Nov 18, 2020
1 parent ffe65ea commit 0637d69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/root.go
Expand Up @@ -77,7 +77,6 @@ window including all terminal colors and text decorations.
}

buf.Write(bytes)
fmt.Printf("output=%#v\n", buf.String())

// Allow manual override of command output content
if edit, err := cmd.Flags().GetBool("edit"); err == nil && edit {
Expand Down

0 comments on commit 0637d69

Please sign in to comment.