Get rid of sysout

This commit is contained in:
Wei 2017-10-06 11:36:16 -07:00
parent dddcd64bd7
commit e0c4ad2680

View file

@ -149,7 +149,6 @@ class ProcessTask implements ITask {
scope.addData(RECORDS_PROCESSED_METRIC, 0, StandardUnit.Count, MetricsLevel.SUMMARY);
scope.addData(DATA_BYTES_PROCESSED_METRIC, 0, StandardUnit.Bytes, MetricsLevel.SUMMARY);
getRecordsCache.setMetricOperation(this.getClass().getSimpleName());
System.out.println(this.getClass().getSimpleName());
Exception exception = null;
try {