Skip to content

Commit 4399ba8

Browse files
authored
chore: Remove print that breaks json output (#6872)
Signed-off-by: Honnix <[email protected]>
1 parent 575c0af commit 4399ba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flytectl/cmd/core/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func generateCommandFunc(cmdEntry CommandEntry) func(cmd *cobra.Command, args []
5858
if config.GetConfig().Domain == "" {
5959
return fmt.Errorf("project and domain are required parameters")
6060
}
61-
fmt.Printf("Using Project: %s, Domain: %s\n", config.GetConfig().Project, config.GetConfig().Domain)
6261
}
6362
if _, err := config.GetConfig().OutputFormat(); err != nil {
6463
return err

0 commit comments

Comments
 (0)