#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests

This commit is contained in:
Robin Bygrave
2016-01-27 20:12:36 +13:00
parent 424a83fa0a
commit 24151f11fd
8 changed files with 12 additions and 32 deletions
@@ -22,7 +22,6 @@ public class TestQueryJoinMulipleMany extends BaseTestCase {
.gt("id", 0).findList();
Assert.assertNotNull(list);
System.out.println(list);
for (Order order : list) {
List<Contact> contacts = order.getCustomer().getContacts();