Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 19, 2023
1 parent 9a3edcd commit f15c57b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pool.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module Make(IO : S.IO)(Client : S.Client with module IO=IO)
closed = false;
} in
init_conns self size >>= fun () ->
Format.printf "queue: %d@." (Queue.length self.pool);
IO.return self

let close (self:t) : unit IO.t =
Expand Down

0 comments on commit f15c57b

Please sign in to comment.