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:
@@ -22,10 +22,8 @@ public class TestRowCount extends BaseTestCase {
|
||||
.gt("details.id", 1).order("id desc");
|
||||
|
||||
int rc = query.findRowCount();
|
||||
System.out.println("rc:" + rc);
|
||||
|
||||
List<Object> ids = query.findIds();
|
||||
System.out.println("ids:" + ids);
|
||||
|
||||
List<Order> list = query.findList();
|
||||
System.out.println(list);
|
||||
|
||||
Reference in New Issue
Block a user