Browse Source

Remove console writeline

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

+ 0
- 1
src/Discord.Net.WebSocket/DiscordSocketClient.cs View File

@@ -2563,7 +2563,6 @@ namespace Discord.WebSocket
catch (Exception ex) catch (Exception ex)
{ {
await _gatewayLogger.ErrorAsync($"Error handling {opCode}{(type != null ? $" ({type})" : "")}", ex).ConfigureAwait(false); await _gatewayLogger.ErrorAsync($"Error handling {opCode}{(type != null ? $" ({type})" : "")}", ex).ConfigureAwait(false);
Console.WriteLine(ex);
} }
} }
#endregion #endregion


Loading…
Cancel
Save