diff --git a/packages/nns/src/canisters/governance/request.converters.ts b/packages/nns/src/canisters/governance/request.converters.ts index 7e4fa5a8..0e9fbcf1 100644 --- a/packages/nns/src/canisters/governance/request.converters.ts +++ b/packages/nns/src/canisters/governance/request.converters.ts @@ -555,15 +555,11 @@ const fromAction = (action: Action): RawAction => { } if ("CreateServiceNervousSystem" in action) { - // TODO: uncomment when the CreateServiceNervousSystem dummy proposal is needed - /* return { CreateServiceNervousSystem: fromCreateServiceNervousSystem( action.CreateServiceNervousSystem ), }; - */ - throw new Error("CreateServiceNervousSystem is commented out"); } // If there's a missing action, this line will cause a compiler error.