Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Jan 10, 2025
1 parent 3a782c8 commit c5020be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ private static async Task<string> PostAwsRequestWithDateOverride(
var parsedTimeString = responseContent.Substring(idx + 1, amzDate.Length);
var serverTime = DateTime.ParseExact(parsedTimeString, amzDateFormat, System.Globalization.CultureInfo.InvariantCulture).ToUniversalTime();

Console.WriteLine($"Server time: {serverTime}");

return await PostAwsRequestWithDateOverride(
credentials,
httpClient,
Expand Down

0 comments on commit c5020be

Please sign in to comment.