Skip to content

Commit 4d97e0f

Browse files
committed
fix: Remove logging
1 parent 80bb1a1 commit 4d97e0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

application/CohortManager/src/Functions/ScreeningValidationService/LookupValidation/DataLookupFacadeBreastScreening.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public bool ValidatePostingCategories(string currentPosting)
9898
public bool CheckIfPrimaryCareProviderInExcludedSmuList(string primaryCareProvider)
9999
{
100100
var result = _excludedSMUClient.GetSingle(primaryCareProvider).Result;
101-
_logger.LogInformation("ExcludedCalled for " + primaryCareProvider + ": " + result);
102101
return result != null;
103102
}
104103
public string RetrievePostingCategory(string currentPosting)

0 commit comments

Comments
 (0)