Skip to content

Commit

Permalink
Removed local cnmmOptions that was not used
Browse files Browse the repository at this point in the history
  • Loading branch information
likp committed Dec 13, 2024
1 parent 006e3b6 commit 044e20e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PxWeb/Code/Api2/DataSource/Cnmm/CnmmDataSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand All @@ -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))
{
Expand Down

0 comments on commit 044e20e

Please sign in to comment.