mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove printouts
This commit is contained in:
parent
8ed490164e
commit
98edec7c3e
|
@ -58,7 +58,7 @@ func (fs *FilerServer) encrypt(ctx context.Context, w http.ResponseWriter, r *ht
|
|||
},
|
||||
}
|
||||
|
||||
fmt.Printf("uploaded: %+v\n", uploadResult)
|
||||
// fmt.Printf("uploaded: %+v\n", uploadResult)
|
||||
|
||||
path := r.URL.Path
|
||||
if strings.HasSuffix(path, "/") {
|
||||
|
|
Loading…
Reference in a new issue