Merge "Statsd testdrive: remove debug line." into rvc-dev am: 4a0fe52131
Change-Id: I6a30f183d7f3df6199b6c53134f2c4bcc02df5c4
This commit is contained in:
@@ -208,7 +208,6 @@ public class TestDrive {
|
|||||||
ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1);
|
ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1);
|
||||||
for (StatsLogReport statsLog : report.getMetricsList()) {
|
for (StatsLogReport statsLog : report.getMetricsList()) {
|
||||||
if (isTrackedMetric(statsLog.getMetricId())) {
|
if (isTrackedMetric(statsLog.getMetricId())) {
|
||||||
LOGGER.info(statsLog.toString());
|
|
||||||
dumper.dump(statsLog);
|
dumper.dump(statsLog);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user