Merge "Statsd testdrive: remove debug line." into rvc-dev am: 4a0fe52131 am: dae7609a1a
Change-Id: Ie81740d48a522fb9a2f0394ee8e7801af6d675df
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