Skip to content

Commit

Permalink
removed logging a test line
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensouza committed Jan 24, 2019
1 parent 7770ea2 commit a6edd63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class GenerateData {
// I am putting Exchange in their just to demonstrate, though in this case it isn't needed.
@Handler
public Person getRandomPerson(Exchange exchange) {
log.info("*****XXXXX blah blah blah");
log.info("Generating random data for this exchange: " + exchange);
return EnhancedRandom.random(Person.class);
}
Expand Down

0 comments on commit a6edd63

Please sign in to comment.