Tidying up more debug statements
This commit is contained in:
parent
4d60d1497a
commit
bf8f4be972
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ object RemoteProtocolBuilder {
|
|||
}
|
||||
|
||||
def setMessage(message: Any, builder: RemoteReplyProtocol.Builder) = {
|
||||
(new Exception).printStackTrace
|
||||
if (message.isInstanceOf[Serializable.SBinary[_]]) {
|
||||
val serializable = message.asInstanceOf[Serializable.SBinary[_ <: Any]]
|
||||
builder.setProtocol(SerializationProtocol.SBINARY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue