[#246] netmap: Remove outdated update logic

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
support/v0.16
Evgenii Stratonikov 2022-06-07 13:44:17 +03:00 committed by fyrchik
parent fdc0ffcbb2
commit 53d9a24afa
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ func _deploy(data interface{}, isUpdate bool) {
if isUpdate {
common.CheckVersion(args.version)
storage.Put(ctx, snapshotCountKey, DefaultSnapshotCount)
return
}