From e1fbc28851e9b57fee7678dabeeb518c0d405240 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 26 May 2021 14:13:37 +0300 Subject: [PATCH] [#525] ir/container: Remove resolved FIXME about notary call From `017fb6abed9455c7c99631adcb0bb04d42741f87` used container client is constructed with enabled notary mode. Signed-off-by: Leonard Lyubich --- pkg/innerring/processors/container/process_container.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/innerring/processors/container/process_container.go b/pkg/innerring/processors/container/process_container.go index c5d4b0459..15962ba06 100644 --- a/pkg/innerring/processors/container/process_container.go +++ b/pkg/innerring/processors/container/process_container.go @@ -123,7 +123,6 @@ func (cp *Processor) checkDeleteContainer(e *containerEvent.Delete) error { } func (cp *Processor) approveDeleteContainer(e *containerEvent.Delete) { - // FIXME: here we should try notary invoke err := cp.cnrClient.Delete(e.ContainerID(), e.Signature(), e.SessionToken()) if err != nil { cp.log.Error("could not approve delete container",