diff --git a/lib/db_connection.ex b/lib/db_connection.ex index 188ec48..f9585d7 100644 --- a/lib/db_connection.ex +++ b/lib/db_connection.ex @@ -524,12 +524,6 @@ defmodule DBConnection do This feature is available since v2.6.0. Before this version `:connection_listeners` only accepted a list of listener processes. - ## Telemetry listener - - DBConnection provides a connection listener that emits telemetry events upon - connection and disconnection, see the `DBConnection.TelemetryListener` module - for more info. - ## Connection Configuration Callback The `:configure` function will be called before each individual connection to the