From 1b4e3ce6662056158187d9430127ec061d58b90d Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sun, 16 Dec 2007 18:24:33 +0000 Subject: [PATCH] Removed printout --- .../integration/endpoint/file/InboundFileAdapter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/endpoint/file/InboundFileAdapter.java b/spring-integration-core/src/main/java/org/springframework/integration/endpoint/file/InboundFileAdapter.java index ca7e3dcbd5..2ff47796d2 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/endpoint/file/InboundFileAdapter.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/endpoint/file/InboundFileAdapter.java @@ -69,7 +69,6 @@ public class InboundFileAdapter extends AbstractInboundChannelAdapter { @Override protected Object doReceiveObject() { - System.out.println("polling"); File[] files = null; if (this.fileFilter != null) { files = this.directory.listFiles(fileFilter);