1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 04:42:57 +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
@@ -227,8 +227,6 @@ namespace CryptoExchange.Net.Sockets
// Wait for the tasks to have actually started
await Task.Delay(10).ConfigureAwait(false);
log.Write(LogLevel.Warning, $"Socket {Id} waited for {sw.ElapsedMilliseconds}ms for tasks to start");
log.Write(LogLevel.Debug, $"Socket {Id} connected");
return true;
}