diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 9e4273dd..8e674a5f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -473,14 +473,7 @@ namespace WebSocketSharp.Server /// Gets the logging function for the server. /// /// - /// - /// The default logging level is . - /// - /// - /// If you would like to change the logging level, - /// you should set the Log.Level property to - /// any of the enum values. - /// + /// The default logging level is . /// /// /// A that provides the logging function.