Skip to content

Commit

Permalink
BATCH-2686: Remove System.out statements from remote chunking sample
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed May 3, 2018
1 parent 10271e1 commit 83d43d6
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -76,12 +76,10 @@ public class RemoteChunkingJobFunctionalTests {
@Before
public void setUp() {
workerApplicationContext = new AnnotationConfigApplicationContext(WorkerConfiguration.class);
System.out.println("Started a worker..");
}

@After
public void tearDown() {
System.out.println("Stopping the worker..");
workerApplicationContext.close();
}

Expand Down

0 comments on commit 83d43d6

Please sign in to comment.