Skip to content

Commit

Permalink
chore: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Yu authored and Shawn Yu committed May 13, 2024
1 parent 281107e commit e3012ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions golang/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package cmd
import (
"fmt"
"github.com/charmbracelet/log"
"github.com/shawnyu5/gh-ac/git"
"github.com/spf13/cobra"
"os"
)
Expand All @@ -19,10 +18,8 @@ var RootCmd = &cobra.Command{
Use: "ac",
Short: "Fire off Github action workflow runs, and open it in the browser",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
fmt.Println(git.CurrentBranchName())
if flags.debug {
log.SetLevel(log.DebugLevel)

}
},
}
Expand Down

0 comments on commit e3012ef

Please sign in to comment.