Browse Source

Remove useless log

pull/1923/head
quin lynch 3 years ago
parent
commit
baca5f8079
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/Discord.Net.WebSocket/ConnectionManager.cs

+ 0
- 5
src/Discord.Net.WebSocket/ConnectionManager.cs View File

@@ -185,11 +185,6 @@ namespace Discord
_readyPromise.TrySetException(ex);
_connectionPromise.TrySetException(ex);
_connectionCancelToken?.Cancel();

_ = Task.Run(async () =>
{
await _logger.ErrorAsync($"Failed to start the connection: {ex}", ex);
});
}
public void CriticalError(Exception ex)
{


Loading…
Cancel
Save