mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
stray debug msg
This commit is contained in:
parent
2a3295a9af
commit
87ccde2783
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue