diff --git a/TestProtocol/CustomConnection.cs b/TestProtocol/CustomConnection.cs index b8f172c..9beda66 100644 --- a/TestProtocol/CustomConnection.cs +++ b/TestProtocol/CustomConnection.cs @@ -178,7 +178,7 @@ namespace TestProtocol { this.Received( message ); } - catch( Exception e ) + catch( Exception ) { } } }