Skip to content

Commit a6edd63

Browse files
committed
removed logging a test line
1 parent 7770ea2 commit a6edd63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experiment3_rest/src/main/java/com/stevesouza/camel/experiment3/GenerateData.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class GenerateData {
1616
// I am putting Exchange in their just to demonstrate, though in this case it isn't needed.
1717
@Handler
1818
public Person getRandomPerson(Exchange exchange) {
19-
log.info("*****XXXXX blah blah blah");
2019
log.info("Generating random data for this exchange: " + exchange);
2120
return EnhancedRandom.random(Person.class);
2221
}

0 commit comments

Comments
 (0)