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

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

commit 9018cbf778a450ee179598e5a9fa0953617df632
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 16 10:31:38 2022 +0100

    (chores) camel-util-json: remove commented code
---
 .../src/main/java/org/apache/camel/util/json/Jsoner.java             | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/tooling/camel-util-json/src/main/java/org/apache/camel/util/json/Jsoner.java 
b/tooling/camel-util-json/src/main/java/org/apache/camel/util/json/Jsoner.java
index 9d0119c..193cd8c 100644
--- 
a/tooling/camel-util-json/src/main/java/org/apache/camel/util/json/Jsoner.java
+++ 
b/tooling/camel-util-json/src/main/java/org/apache/camel/util/json/Jsoner.java
@@ -650,7 +650,6 @@ public final class Jsoner {
                         }
                         break;
                 }
-                // System.out.println(lexed);
             } while (!lexed.getType().equals(Yytoken.Types.END));
         } catch (final DeserializationException caught) {
             /* This is according to the method's contract. */
@@ -659,9 +658,6 @@ public final class Jsoner {
             /* See StringReader. */
             return null;
         }
-        // System.out.println(printable);
-        // System.out.println(returnable);
-        // System.out.println(Jsoner.escape(returnable.toString()));
         return returnable.toString();
     }
 
@@ -957,7 +953,6 @@ public final class Jsoner {
                         + "    4) If you feel it should have serialized you 
could use a more tolerant serialization for debugging purposes.");
             }
         }
-        // System.out.println(writableDestination.toString());
     }
     // CHECKSTYLE:ON
 

Reply via email to