Remove System.out.println()

This commit is contained in:
Johnny Lim 2016-04-04 21:50:03 +09:00 committed by Phillip Webb
parent b398b3319c
commit 8864f85b82

View File

@ -42,7 +42,6 @@ class MockitoTestExecutionListener extends AbstractTestExecutionListener {
@Override
public void prepareTestInstance(TestContext testContext) throws Exception {
System.out.println("Prepare");
if (hasMockitoAnnotations(testContext)) {
MockitoAnnotations.initMocks(testContext.getTestInstance());
}