forked from TrueCloudLab/frostfs-contract
[#246] netmap: Remove outdated update logic
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
fdc0ffcbb2
commit
53d9a24afa
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ func _deploy(data interface{}, isUpdate bool) {
|
|||
|
||||
if isUpdate {
|
||||
common.CheckVersion(args.version)
|
||||
storage.Put(ctx, snapshotCountKey, DefaultSnapshotCount)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue