mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests
This commit is contained in:
@@ -71,10 +71,6 @@ public class TestCacheCollectionIds extends BaseTestCase {
|
||||
int currentNumContacts2 = fetchCustomer(customer.getId());
|
||||
Assert.assertEquals(currentNumContacts + 1, currentNumContacts2);
|
||||
|
||||
System.out.println("custCache:" + custCache.getStatistics(false));
|
||||
System.out.println("contactCache:" + contactCache.getStatistics(false));
|
||||
System.out.println("custManyIdsCache:" + custManyIdsCache.getStatistics(false));
|
||||
|
||||
}
|
||||
|
||||
private int fetchCustomer(Integer id) {
|
||||
|
||||
Reference in New Issue
Block a user