diff --git a/Ruffles/Core/RuffleSocket.cs b/Ruffles/Core/RuffleSocket.cs index 84d337a..fcfb5f7 100644 --- a/Ruffles/Core/RuffleSocket.cs +++ b/Ruffles/Core/RuffleSocket.cs @@ -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