From 5f3223d1858289ed784eecf657f105592a7e1347 Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Tue, 15 Oct 2019 15:46:32 -0400 Subject: [PATCH] Remove comment --- command/server_util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/server_util.go b/command/server_util.go index 82f0a6cf957e..2f4ca9defd2f 100644 --- a/command/server_util.go +++ b/command/server_util.go @@ -48,7 +48,6 @@ func adjustCoreForSealMigration(logger log.Logger, core *vault.Core, barrierSeal var existSeal vault.Seal var newSeal vault.Seal - // TODO(mjg): this prevents migration from/to the same seal type if existBarrierSealConfig.Type == barrierSeal.BarrierType() { // In this case our migration seal is set so we are using it // (potentially) for unwrapping. Set it on core for that purpose then