mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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.
|
||||
val result = decoder.readObject() as Envelope
|
||||
assertNotNull(result)
|
||||
println(result.schema)
|
||||
|
||||
val des = DeserializationInput(freshDeserializationFactory)
|
||||
val desObj = des.deserialize(bytes)
|
||||
|
Loading…
Reference in New Issue
Block a user