1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 04:42:57 +00:00

Removed duplicate logging for rest responses in Trace verbosity

This commit is contained in:
Jkorf
2026-01-13 09:25:07 +01:00
parent fc2d3fc2d2
commit fa9300ce97
2 changed files with 0 additions and 14 deletions
@@ -454,9 +454,6 @@ namespace CryptoExchange.Net.Clients
{
memoryStream.Position = 0;
originalData = await reader.ReadToEndAsync().ConfigureAwait(false);
if (_logger.IsEnabled(LogLevel.Trace))
_logger.RestApiReceivedResponse(request.RequestId, originalData);
}
// Continue processing from the memory stream since the response stream is already read and we can't seek it