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) }