1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 23:56:41 +02:00

remove printouts

This commit is contained in:
Chris Lu 2020-04-28 16:45:48 -07:00
parent 8ed490164e
commit 98edec7c3e

View file

@ -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, "/") {