Commit 9276c122 authored by Brian Downs's avatar Brian Downs

remove debug line

parent ea2b3142
......@@ -1022,7 +1022,6 @@ func (e *ETCD) DeleteSnapshots(ctx context.Context, snapshots []string) error {
case <-time.After(time.Millisecond * 100):
continue
case err, ok := <-e.s3.client.RemoveObjects(ctx, e.config.EtcdS3BucketName, objectsCh, minio.RemoveObjectsOptions{}):
fmt.Printf("%#v - %#v\n", err, ok)
if err.Err != nil {
logrus.Errorf("Unable to delete snapshot: %v", err.Err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment