remove println

This commit is contained in:
Chris Lu
2018-07-22 01:17:49 -07:00
parent 0655151b8c
commit 056871242b
3 changed files with 0 additions and 5 deletions

View File

@@ -90,8 +90,6 @@ func (fo *FilerOptions) start() {
masters := *f.masters
println("*f.dirListingLimit", *f.dirListingLimit)
fs, nfs_err := weed_server.NewFilerServer(defaultMux, publicVolumeMux, &weed_server.FilerOption{
Masters: strings.Split(masters, ","),
Collection: *f.collection,