Remove noisy loggin from AddSensorDataBatchHandler (#1366)

See discussion in https://github.com/googlecartographer/cartographer/pull/1338
master
Christoph Schütte 2018-08-03 14:10:52 +02:00 committed by Wally B. Feed
parent 77886cb53b
commit 3f3428e8d4
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ AddSensorDataBatchHandler::GetOrCreateClientMetrics(
return client_metric_map_itr->second.get(); return client_metric_map_itr->second.get();
} }
LOG(INFO) << "Create metrics handler for client: " << client_id;
auto new_metrics = absl::make_unique<ClientMetrics>(); auto new_metrics = absl::make_unique<ClientMetrics>();
new_metrics->odometry_sensor_counter = counter_metrics_family_->Add( new_metrics->odometry_sensor_counter = counter_metrics_family_->Add(
{{"client_id", client_id}, {{"client_id", client_id},