Removed uneeded logs
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@117183 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c1867e56ce
commit
16c90b7ab7
|
@ -139,7 +139,7 @@ public abstract class BasicUsageRecord implements UsageRecord, Serializable {
|
|||
}
|
||||
|
||||
protected void initializeValidation() {
|
||||
logger.debug("Initializing Field Validators");
|
||||
//logger.trace("Initializing Field Validators");
|
||||
Set<Field> fields = getAllFields(this.getClass());
|
||||
|
||||
for(Field field : fields){
|
||||
|
@ -176,9 +176,11 @@ public abstract class BasicUsageRecord implements UsageRecord, Serializable {
|
|||
}
|
||||
field.setAccessible(defaultAccessibility);
|
||||
}
|
||||
/*
|
||||
logger.trace("Required Fields {}", requiredFields);
|
||||
logger.trace("Aggregated Fields {}", aggregatedFields);
|
||||
logger.trace("Computed Fields {}", computedFields);
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue