Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
remove extra printout
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquive committed Feb 2, 2018
1 parent ffcdd23 commit eee6a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func runSave(cmd *cobra.Command, args []string) {
}

output := viper.GetStringSlice("output")
cli.Info("output: %v", output)
for _, dest := range output {
var pipe *os.File
if dest == "-" {
Expand Down

0 comments on commit eee6a9f

Please sign in to comment.