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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user