diff --git a/system/jlib/jtrace.cpp b/system/jlib/jtrace.cpp index 278c6a117cd..87aad7cef32 100644 --- a/system/jlib/jtrace.cpp +++ b/system/jlib/jtrace.cpp @@ -658,8 +658,6 @@ class CTraceManager : implements ITraceManager, public CInterface DBGLOG("Tracing exporter type not specified"); } } - else - DBGLOG("Tracing exporter type 'InMemory'"); //Administrator can choose to process spans in batches or one at a time std::unique_ptr processor; @@ -756,7 +754,6 @@ class CTraceManager : implements ITraceManager, public CInterface else { initTracerProviderAndGlobalInternals(traceConfig); - DBGLOG("OpenTel tracing enabled!!"); } // The global propagator should be set regardless of whether tracing is enabled or not.