We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a782c8 commit c5020beCopy full SHA for c5020be
Thirdweb/Thirdweb.Wallets/InAppWallet/EmbeddedWallet.Authentication/AWS.cs
@@ -183,8 +183,6 @@ private static async Task<string> PostAwsRequestWithDateOverride(
183
var parsedTimeString = responseContent.Substring(idx + 1, amzDate.Length);
184
var serverTime = DateTime.ParseExact(parsedTimeString, amzDateFormat, System.Globalization.CultureInfo.InvariantCulture).ToUniversalTime();
185
186
- Console.WriteLine($"Server time: {serverTime}");
187
-
188
return await PostAwsRequestWithDateOverride(
189
credentials,
190
httpClient,
0 commit comments