Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 7, 2024
1 parent 548c864 commit 632eb5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func validatePreRunE(cmd *cobra.Command, _ []string) error {
setForceColor := cobrautil.MustGetBool(cmd, "force-color")
if setForceColor {
lipgloss.SetColorProfile(termenv.ANSI256)
fmt.Println(lipgloss.DefaultRenderer().ColorProfile() == termenv.ANSI256)
}

return nil
Expand Down

0 comments on commit 632eb5e

Please sign in to comment.