aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-02 23:45:47 -0700
committerChris Lu <chris.lu@gmail.com>2021-11-02 23:45:47 -0700
commitab97b17e62503066598f9cf9ecaf4dba4ee2d6d8 (patch)
tree02ddb10bb1fe30bbe07bfb096764fd822c694aa1 /weed/command/shell.go
parente66865a8c52f9aa4dd5aea23a365265fee2c7991 (diff)
downloadseaweedfs-ab97b17e62503066598f9cf9ecaf4dba4ee2d6d8.tar.xz
seaweedfs-ab97b17e62503066598f9cf9ecaf4dba4ee2d6d8.zip
better printout
Diffstat (limited to 'weed/command/shell.go')
-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")