Remove System.out/.err Calls From All Tests

This commit is contained in:
Gary Russell
2016-04-14 16:22:45 -04:00
parent e5bf0187eb
commit 4027b38da8
32 changed files with 164 additions and 89 deletions

View File

@@ -547,7 +547,6 @@ public class DefaultHttpHeaderMapperFromMessageOutboundTests {
mapper.toHeaders(httpHeaders);
}
watch.stop();
System.out.println(watch.getTotalTimeMillis());
}