mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Removing spurious debug statement from tests
This commit is contained in:
parent
75a8e4d610
commit
2a716b4421
@ -156,7 +156,6 @@ class SerializationOutputTests {
|
|||||||
// Check that a vanilla AMQP decoder can deserialize without schema.
|
// Check that a vanilla AMQP decoder can deserialize without schema.
|
||||||
val result = decoder.readObject() as Envelope
|
val result = decoder.readObject() as Envelope
|
||||||
assertNotNull(result)
|
assertNotNull(result)
|
||||||
println(result.schema)
|
|
||||||
|
|
||||||
val des = DeserializationInput(freshDeserializationFactory)
|
val des = DeserializationInput(freshDeserializationFactory)
|
||||||
val desObj = des.deserialize(bytes)
|
val desObj = des.deserialize(bytes)
|
||||||
|
Loading…
Reference in New Issue
Block a user