remove otel warning
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ build_ubuntu (push) Waiting to run

This commit is contained in:
Grant Limberg 2025-09-02 16:25:16 -07:00
parent 70f9fe0412
commit 2a647d497a

View file

@ -1766,8 +1766,6 @@ class OneServiceImpl : public OneService {
stderr,
"WARNING: OpenTelemetry exporter settings are not set. Traces will not be exported." ZT_EOL_S);
}
#else
fprintf(stderr, "WARNING: OpenTelemetry support is not enabled. Traces will not be exported." ZT_EOL_S);
#endif
// Bind to wildcard instead of to specific interfaces (disables full tunnel capability)