stray debug msg

This commit is contained in:
Simon Cruanes 2025-12-08 15:48:41 -05:00
parent 2a3295a9af
commit 87ccde2783
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -109,7 +109,6 @@ let shutdown_and_wait (self : OTEL.Exporter.t) : unit =
let open Opentelemetry_client in
let sq = Sync_queue.create () in
OTEL.Aswitch.on_turn_off (OTEL.Exporter.active self) (fun () ->
Printf.eprintf "ocurl: push queue\n%!";
Sync_queue.push sq ());
OTEL.Exporter.shutdown self;
Sync_queue.pop sq