Skip to content

Commit 973c09f

Browse files
author
Nayeem Kamal
committed
removed print statements
1 parent ade08ca commit 973c09f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dd-trace-core/src/main/java/datadog/trace/common/writer/WriterFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public static Writer createWriter(
4040
final Sampler sampler,
4141
final SingleSpanSampler singleSpanSampler,
4242
final HealthMetrics healthMetrics) {
43-
System.out.println("=====" + config.getWriterType());
4443
return createWriter(
4544
config, commObjects, sampler, singleSpanSampler, healthMetrics, config.getWriterType());
4645
}
@@ -213,7 +212,6 @@ private static RemoteApi createDDIntakeRemoteApi(
213212
&& config.isLlmObsAgentlessEnabled()
214213
&& llmObsAgentlessUrl != null
215214
&& !llmObsAgentlessUrl.isEmpty()) {
216-
System.out.println("------entering llmobs block");
217215
hostUrl = HttpUrl.get(llmObsAgentlessUrl);
218216
log.info("Using host URL '{}' to report LLM Obs traces in Agentless mode.", hostUrl);
219217
}

0 commit comments

Comments
 (0)