Don’t echo the HTML to stdout.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 21 Oct 2013 20:17:21 +0000 (22:17 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:33 +0000 (22:25 +0100)
src/test/java/net/pterodactylus/sone/core/SoneParserTest.java

index ad56bf8..53f11ae 100644 (file)
@@ -184,7 +184,6 @@ public class SoneParserTest {
                        content.append("</sone>");
                        try {
                                String xmlString = content.toString();
-                               System.out.println(xmlString);
                                return new ByteArrayInputStream(xmlString.getBytes("UTF-8"));
                        } catch (UnsupportedEncodingException e) {
                                /* ignore. */