Skip to content

Commit

Permalink
fix: remove debug (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Sep 9, 2024
1 parent 0198225 commit 1cb32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BL/Services/BaseClientHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected async Task<HttpResponseMessage> ClientHelperRequestAsync(string endPoi
{
try
{
Log.Information("{Function} Calling {Address}", "ClientHelperRequestAsync", endPoint);
//Log.Information("{Function} Calling {Address}", "ClientHelperRequestAsync", endPoint);
var usetoken = true;
if (string.IsNullOrEmpty(endPoint)) return new HttpResponseMessage { StatusCode = System.Net.HttpStatusCode.BadRequest };

Expand Down

0 comments on commit 1cb32e7

Please sign in to comment.