Skip to content

Commit

Permalink
feat: remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 20, 2023
1 parent a39fcbc commit db05bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/execute.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package cmd

import (
"fmt"

intconfig "github.com/foomo/posh/internal/config"
"github.com/pkg/errors"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -32,7 +30,6 @@ var execCmd = &cobra.Command{
return err
}

fmt.Println(args)
return plg.Execute(cmd.Context(), args)
},
}

0 comments on commit db05bf2

Please sign in to comment.