1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-21 05:13:21 +00:00

Removed some logging

This commit is contained in:
Jkorf
2021-08-24 13:46:06 +02:00
parent a4acaadca9
commit 58ecb0d39d
3 changed files with 0 additions and 148 deletions
@@ -393,7 +393,6 @@ namespace CryptoExchange.Net.OrderBook
{
lock (bookLock)
{
log.Write(LogLevel.Warning, $"{Symbol} bookSet");
bookSet = true;
asks.Clear();
foreach (var ask in item.Asks)