From 044e20eeeee272d42aa65814ca41f0025e1a3df5 Mon Sep 17 00:00:00 2001 From: likp Date: Fri, 13 Dec 2024 12:05:49 +0100 Subject: [PATCH] Removed local cnmmOptions that was not used --- PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs b/PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs index aaee73b9..a5609004 100644 --- a/PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs +++ b/PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs @@ -213,7 +213,6 @@ private static bool IsInteger(string value) private Codelist? GetGrouping(string id, string language) { Codelist? codelist = null; - var cnmmOptions = _cnmmConfigurationService.GetConfiguration(); if (id.StartsWith("agg_", System.StringComparison.InvariantCultureIgnoreCase)) { @@ -235,7 +234,6 @@ private static bool IsInteger(string value) private Codelist? GetValueset(string id, string language) { Codelist? codelist = null; - var cnmmOptions = _cnmmConfigurationService.GetConfiguration(); if (id.StartsWith("vs_", System.StringComparison.InvariantCultureIgnoreCase)) {