Skip to content

Commit 084b405

Browse files
committed
removed system.out.println()
1 parent f0260cf commit 084b405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/de/rub/nds/modifiablevariable/util/XMLPrettyPrinterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public void testPrettyPrintXML() throws Exception {
2828
+ " FF 01 02 03 FF 01 02 03 FF 01 02 03 FF 01 02 03\n" + " FF 01 02 03\n"
2929
+ " </originalValue>\n" + "</modifiableByteArray>";
3030
String result = XMLPrettyPrinter.prettyPrintXML(input);
31-
System.out.println(result);
3231
assertEquals(expected.trim(), result.trim());
3332
}
3433
}

0 commit comments

Comments
 (0)