Removed unused code.

This commit is contained in:
Kevin Thompson
2019-06-16 17:21:14 -04:00
parent ac4217d9d4
commit 01ad97b272

View File

@@ -178,7 +178,7 @@ namespace TestProtocol
{
this.Received( message );
}
catch( Exception e )
catch( Exception )
{ }
}
}