Skip to content

Commit c5020be

Browse files
committed
remove log
1 parent 3a782c8 commit c5020be

File tree

1 file changed

+0
-2
lines changed
  • Thirdweb/Thirdweb.Wallets/InAppWallet/EmbeddedWallet.Authentication

1 file changed

+0
-2
lines changed

Thirdweb/Thirdweb.Wallets/InAppWallet/EmbeddedWallet.Authentication/AWS.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ private static async Task<string> PostAwsRequestWithDateOverride(
183183
var parsedTimeString = responseContent.Substring(idx + 1, amzDate.Length);
184184
var serverTime = DateTime.ParseExact(parsedTimeString, amzDateFormat, System.Globalization.CultureInfo.InvariantCulture).ToUniversalTime();
185185

186-
Console.WriteLine($"Server time: {serverTime}");
187-
188186
return await PostAwsRequestWithDateOverride(
189187
credentials,
190188
httpClient,

0 commit comments

Comments
 (0)