aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-22 01:17:49 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-22 01:17:49 -0700
commit056871242b864f57ec10cc36f4f9bbcdad986b36 (patch)
treed6a274be84a79c34ddacd3bae5c8a15b20d49696 /weed/command/filer.go
parent0655151b8c55ea3c34dd59277da1599279740164 (diff)
downloadseaweedfs-056871242b864f57ec10cc36f4f9bbcdad986b36.tar.xz
seaweedfs-056871242b864f57ec10cc36f4f9bbcdad986b36.zip
remove println
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index c9e455dd0..8449d84ae 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -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,