diff --git a/NineChronicles.Snapshot/Program.cs b/NineChronicles.Snapshot/Program.cs index c8b0fea..24faf41 100644 --- a/NineChronicles.Snapshot/Program.cs +++ b/NineChronicles.Snapshot/Program.cs @@ -691,12 +691,6 @@ private JObject AddPreviousEpochs( public class NCActionLoader : IActionLoader { private readonly IActionLoader _actionLoader; - - public NCActionLoader() - { - _actionLoader = TypedActionLoader.Create(typeof(RenderRecord.ActionBase).Assembly, typeof(RenderRecord.ActionBase)); - } - public IAction LoadAction(long index, IValue value) => _actionLoader.LoadAction(index, value); } }