Skip to content

Commit

Permalink
Removed hardcoded code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarwal4 committed Apr 19, 2024
1 parent cc864ae commit ad38313
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public B2CGraphService(

public async Task DeleteUserAsync(string customerCode)
{
customerCode = "cf02bf4f-5501-4e7a-bb8c-fb4c353af1c2";
_logger.LogInformation("Attempting to delete user {CustomerId} from B2C.", customerCode);

try
Expand Down

0 comments on commit ad38313

Please sign in to comment.