forked from TrueCloudLab/frostfs-node
[#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:
parent
a1bfcdc74a
commit
e1fbc28851
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue