Skip to content

Commit

Permalink
Remove duplicate warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Dec 7, 2023
1 parent 592f1cd commit 7349a3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/godog/internal/cmd_root.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package internal

import (
"fmt"

"github.com/spf13/cobra"
"github.com/spf13/pflag"

"github.com/cucumber/godog/colors"
"github.com/cucumber/godog/internal/flags"
)

Expand Down Expand Up @@ -44,8 +41,6 @@ func runRootCmd(cmd *cobra.Command, args []string) error {
}
}

fmt.Println(colors.Yellow("Use of godog CLI is deprecated, please use *testing.T instead."))
fmt.Println(colors.Yellow("See https://github.com/cucumber/godog/discussions/478 for details."))
return runCmdRunFunc(cmd, args)
}

Expand Down

0 comments on commit 7349a3a

Please sign in to comment.