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