Skip to content

Commit 5a5631a

Browse files
authored
Remove duplicate warning message (#590)
1 parent 592f1cd commit 5a5631a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/godog/internal/cmd_root.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
package internal
22

33
import (
4-
"fmt"
5-
64
"github.com/spf13/cobra"
75
"github.com/spf13/pflag"
86

9-
"github.com/cucumber/godog/colors"
107
"github.com/cucumber/godog/internal/flags"
118
)
129

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

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

0 commit comments

Comments
 (0)