diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-22 01:17:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-22 01:17:49 -0700 |
| commit | 056871242b864f57ec10cc36f4f9bbcdad986b36 (patch) | |
| tree | d6a274be84a79c34ddacd3bae5c8a15b20d49696 /weed/command/filer.go | |
| parent | 0655151b8c55ea3c34dd59277da1599279740164 (diff) | |
| download | seaweedfs-056871242b864f57ec10cc36f4f9bbcdad986b36.tar.xz seaweedfs-056871242b864f57ec10cc36f4f9bbcdad986b36.zip | |
remove println
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 2 |
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, |
