Skip to content

Commit 31298b2

Browse files
committed
Remove Console.WriteLine
1 parent df9e722 commit 31298b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Resend/ResendClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,6 @@ private async Task<ResendResponse<T2>> Execute<T1, T2>( HttpRequestMessage req,
665665
}
666666
catch ( Exception ex )
667667
{
668-
Console.WriteLine( ex.ToString() );
669-
670668
ResendException oex = new ResendException( HttpStatusCode.UnprocessableContent, ErrorType.Deserialization, "Failed deserializing response", ex );
671669

672670
if ( _throw == true )

0 commit comments

Comments
 (0)