Browse Source

remove printouts

pull/1298/head
Chris Lu 5 years ago
parent
commit
98edec7c3e
  1. 2
      weed/server/filer_server_handlers_write_cipher.go

2
weed/server/filer_server_handlers_write_cipher.go

@ -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…
Cancel
Save