From 20c07a22e36b72e9b7a4f64b7a1f68f63abf068c Mon Sep 17 00:00:00 2001 From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Date: Tue, 7 Dec 2021 13:51:01 -0800 Subject: [PATCH] Remove Rewind Print (#1303) Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> --- restapi/user_buckets.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/restapi/user_buckets.go b/restapi/user_buckets.go index 5db46e5a3..4ced01b5a 100644 --- a/restapi/user_buckets.go +++ b/restapi/user_buckets.go @@ -898,9 +898,6 @@ func getBucketRewindResponse(session *models.Principal, params user_api.GetBucke Name: name, } - cont, _ := json.Marshal(content) - fmt.Println(string(cont)) - rewindItems = append(rewindItems, listElement) }