Skip to content

Commit 48d22cf

Browse files
committed
Comment out debug output in test
1 parent ed58492 commit 48d22cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/tools/jackson/dataformat/xml/ser/PolymorphicExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void testExternalPropertyNoDuplicate() throws Exception
4545
cage.animal = new Cat();
4646

4747
String xml = MAPPER.writeValueAsString(cage);
48-
System.out.println("Serialized XML: " + xml);
48+
//System.out.println("Serialized XML: " + xml);
4949

5050
// Count occurrences of "<type>" - should be exactly 1
5151
int count = countOccurrences(xml, "<type>");

0 commit comments

Comments
 (0)