Remove print
This commit is contained in:
@@ -376,8 +376,6 @@ public class BaseJpaRestfulServer extends RestfulServer {
|
|||||||
//Parallel Batch GET execution settings
|
//Parallel Batch GET execution settings
|
||||||
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_size());
|
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_size());
|
||||||
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_max_size());
|
daoConfig.setBundleBatchPoolSize(appProperties.getBundle_batch_pool_max_size());
|
||||||
System.out.println("BATCH SIZE IS " + appProperties.getBundle_batch_pool_size());
|
|
||||||
System.out.println("BATCH MAX SIZE IS " + appProperties.getBundle_batch_pool_max_size());
|
|
||||||
|
|
||||||
if (appProperties.getImplementationGuides() != null) {
|
if (appProperties.getImplementationGuides() != null) {
|
||||||
Map<String, AppProperties.ImplementationGuide> guides = appProperties.getImplementationGuides();
|
Map<String, AppProperties.ImplementationGuide> guides = appProperties.getImplementationGuides();
|
||||||
|
|||||||
Reference in New Issue
Block a user