aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/shell.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go
index 15c12f556..3ba51aec1 100644
--- a/weed/command/shell.go
+++ b/weed/command/shell.go
@@ -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")