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