Commit 2fff8da5 authored by Brian Downs's avatar Brian Downs

remove debug line

parent 7e6778ef
...@@ -1013,7 +1013,6 @@ func (e *ETCD) DeleteSnapshots(ctx context.Context, snapshots []string) error { ...@@ -1013,7 +1013,6 @@ func (e *ETCD) DeleteSnapshots(ctx context.Context, snapshots []string) error {
// add them to the channel for remove if they're // add them to the channel for remove if they're
// actually found from the bucket listing. // actually found from the bucket listing.
for _, snapshot := range snapshots { for _, snapshot := range snapshots {
logrus.Warnf("snapshot: %s - obj.Key: %s\n", snapshot, obj.Key)
if snapshot == obj.Key { if snapshot == obj.Key {
objectsCh <- obj objectsCh <- obj
} }
......
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