Skip to content

Commit 632f162

Browse files
committed
remove console log for response body
1 parent 2e576cc commit 632f162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnetv4/S3/Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ private static async Task UploadFileAsync(CreatePresignedPostResponse response)
180180
if (uploadResult.Success)
181181
{
182182
Console.WriteLine($"Upload successful! Status code: {uploadResult.StatusCode}");
183-
Console.WriteLine($"Response: {uploadResult.Response}");
184183
}
185184
else
186185
{

0 commit comments

Comments
 (0)