Get rid of sysout
This commit is contained in:
parent
dddcd64bd7
commit
e0c4ad2680
1 changed files with 0 additions and 1 deletions
|
|
@ -149,7 +149,6 @@ class ProcessTask implements ITask {
|
||||||
scope.addData(RECORDS_PROCESSED_METRIC, 0, StandardUnit.Count, MetricsLevel.SUMMARY);
|
scope.addData(RECORDS_PROCESSED_METRIC, 0, StandardUnit.Count, MetricsLevel.SUMMARY);
|
||||||
scope.addData(DATA_BYTES_PROCESSED_METRIC, 0, StandardUnit.Bytes, MetricsLevel.SUMMARY);
|
scope.addData(DATA_BYTES_PROCESSED_METRIC, 0, StandardUnit.Bytes, MetricsLevel.SUMMARY);
|
||||||
getRecordsCache.setMetricOperation(this.getClass().getSimpleName());
|
getRecordsCache.setMetricOperation(this.getClass().getSimpleName());
|
||||||
System.out.println(this.getClass().getSimpleName());
|
|
||||||
Exception exception = null;
|
Exception exception = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue