Remove useless System.out.println

pull/1979/head
Stephane Nicoll 10 years ago
parent 7b4de0921f
commit 2b19955cee

@ -49,7 +49,6 @@ public class JsonMarshallerTests {
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
JsonMarshaller marshaller = new JsonMarshaller();
marshaller.write(metadata, outputStream);
System.out.println(outputStream);
ConfigurationMetadata read = marshaller.read(new ByteArrayInputStream(
outputStream.toByteArray()));
assertThat(read,

Loading…
Cancel
Save