better printout

This commit is contained in:
Chris Lu
2021-11-02 23:45:47 -07:00
parent e66865a8c5
commit ab97b17e62
2 changed files with 3 additions and 3 deletions

View File

@@ -46,8 +46,6 @@ func runShell(command *Command, args []string) bool {
}
if cluster == "" {
*shellOptions.Masters = "localhost:9333"
fmt.Printf("master: %s\n", *shellOptions.Masters)
} else {
*shellOptions.Masters = v.GetString("cluster." + cluster + ".master")
*shellInitialFiler = v.GetString("cluster." + cluster + ".filer")