Skip to content

Commit

Permalink
fix: Removed disconnect stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed May 27, 2019
1 parent 934c1e6 commit 2e5dd30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Ruffles/Core/RuffleSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,8 +1124,6 @@ internal Connection GetConnection(EndPoint endpoint)

internal void DisconnectConnection(Connection connection, bool sendMessage, bool timeout)
{
Console.WriteLine(Environment.StackTrace.ToString());

if (connection.State == ConnectionState.Connected && sendMessage && !timeout)
{
// Send disconnect message
Expand Down

0 comments on commit 2e5dd30

Please sign in to comment.