Skip to content

Commit 2676209

Browse files
authored
Apply suggestions from code review
1 parent 0c1a8c5 commit 2676209

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/datadog/telemetry/telemetry_impl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ Telemetry& Telemetry::operator=(Telemetry&& rhs) {
194194
return *this;
195195
}
196196

197-
// TODO(@dmehala): Move `report_logs` check in the serialization once
198-
// `TracerTelemetry` will be removed.
199197
void Telemetry::log_error(std::string message) {
200198
if (!config_.report_logs) return;
201199
tracer_telemetry_->log(std::move(message), LogLevel::ERROR);

0 commit comments

Comments
 (0)