You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/08 06:43:53 UTC

[camel] branch master updated: CAMEL-12547 - Removed useless syserr

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 408f810  CAMEL-12547 - Removed useless syserr
408f810 is described below

commit 408f810104fdb329168b39ff2bfeadf21a95312b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 8 08:42:28 2018 +0200

    CAMEL-12547 - Removed useless syserr
---
 .../camel/component/google/mail/stream/GoogleMailStreamConsumer.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/GoogleMailStreamConsumer.java b/components/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/GoogleMailStreamConsumer.java
index ec54be7..d344193 100644
--- a/components/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/GoogleMailStreamConsumer.java
+++ b/components/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/stream/GoogleMailStreamConsumer.java
@@ -145,7 +145,6 @@ public class GoogleMailStreamConsumer extends ScheduledBatchPollingConsumer {
      */
     protected void processCommit(Exchange exchange, String unreadLabelId) {
         try {
-            System.err.println("mark as read!" + getConfiguration().isMarkAsRead());
             if (getConfiguration().isMarkAsRead()) {
                 String id = exchange.getIn().getHeader(GoogleMailStreamConstants.MAIL_ID, String.class);
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.