[#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 <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-05-26 14:13:37 +03:00 committed by Leonard Lyubich
parent a1bfcdc74a
commit e1fbc28851

View file

@ -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",