Skip to content

Commit 244a98d

Browse files
committed
remove needless info messages
1 parent 4c23835 commit 244a98d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/cli/command/index/create.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func NewCreateIndexCmd() *cobra.Command {
127127
}
128128

129129
func collectInteractiveConfiguration(ctx context.Context, options index.CreateOptions) (index.CreateOptions, bool) {
130-
pcio.Println(style.InfoMsg("Interactive mode: Let's configure your index step by step.\n"))
131130
pcio.Println(style.Hint("Press Esc or Ctrl+C at any time to exit interactive mode.\n"))
132131

133132
// Variables for model data (will be populated when needed)
@@ -363,7 +362,6 @@ func collectInteractiveConfiguration(ctx context.Context, options index.CreateOp
363362
}
364363
}
365364

366-
pcio.Println(style.SuccessMsg("\nConfiguration complete!"))
367365
return options, false
368366
}
369367

0 commit comments

Comments
 (0)