removing a write to System.out in EntitySubOrganizationTypesConstructQueryRunner
This commit is contained in:
parent
a298ede830
commit
655d7a4572
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class EntitySubOrganizationTypesConstructQueryRunner {
|
||||||
|
|
||||||
Model model = executeQuery(constructQueries,
|
Model model = executeQuery(constructQueries,
|
||||||
this.dataSource);
|
this.dataSource);
|
||||||
model.write(System.out);
|
//model.write(System.out);
|
||||||
return model;
|
return model;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue