aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
diff options
context:
space:
mode:
authorstlpmo <hq-STLPMO@chinaunicom.cn>2019-11-11 10:52:21 +0800
committerstlpmo <hq-STLPMO@chinaunicom.cn>2019-11-11 10:52:21 +0800
commit62d393d6c90362bd596bd841266ca9390fe3bb86 (patch)
tree6623af543b2edd16b3bae412652a7cded774ef01 /weed/command/master.go
parent802a0eb3fe115cd213d1238912fe431601e8f102 (diff)
downloadseaweedfs-62d393d6c90362bd596bd841266ca9390fe3bb86.tar.xz
seaweedfs-62d393d6c90362bd596bd841266ca9390fe3bb86.zip
ut pass
Diffstat (limited to 'weed/command/master.go')
-rw-r--r--weed/command/master.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/master.go b/weed/command/master.go
index d4c2b9b16..3d33f4f7a 100644
--- a/weed/command/master.go
+++ b/weed/command/master.go
@@ -78,7 +78,6 @@ func runMaster(cmd *Command, args []string) bool {
util.LoadConfiguration("security", false)
util.LoadConfiguration("master", false)
- glog.V(0).Infof("%v", viper.GetViper().GetString("master.maintenance.scripts"))
runtime.GOMAXPROCS(runtime.NumCPU())
util.SetupProfiling(*masterCpuProfile, *masterMemProfile)