From 98edec7c3e00f7fb40155f0a71bc8c73cddd004a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 28 Apr 2020 16:45:48 -0700 Subject: [PATCH] remove printouts --- weed/server/filer_server_handlers_write_cipher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/server/filer_server_handlers_write_cipher.go b/weed/server/filer_server_handlers_write_cipher.go index ebf277984..2dcf4b4e3 100644 --- a/weed/server/filer_server_handlers_write_cipher.go +++ b/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, "/") {