Skip to content

Commit 5dd18d9

Browse files
committed
Remove printlns
1 parent bc7383c commit 5dd18d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NotificationHubs/test/com/windowsazure/messaging/NotificationHubJobParseTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public void testParseNotificationHubJob() throws IOException, SAXException {
3636

3737
String expectedResultXml = IOUtils.toString(this.getClass().getResourceAsStream("NotificationHubJobOutgoing"), StandardCharsets.UTF_8);
3838
String actualResultXml = job.getXml();
39-
System.out.println("expected: " + expectedResultXml);
40-
System.out.println("actual: " + actualResultXml);
4139
assertEquals(expectedResultXml, actualResultXml);
4240
}
4341

0 commit comments

Comments
 (0)