Skip to content

Commit 1b9783d

Browse files
committed
Remove redundant label information
1 parent e8ad992 commit 1b9783d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/db_connection/ownership/proxy.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ defmodule DBConnection.Ownership.Proxy do
2222

2323
@impl true
2424
def init({caller, pool, pool_opts}) do
25-
Util.set_label("db_ownership_proxy")
26-
2725
pool_opts =
2826
pool_opts
2927
|> Keyword.put(:timeout, :infinity)

lib/db_connection/task.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ defmodule DBConnection.Task do
1313
end
1414

1515
def init(fun, parent, opts) do
16-
DBConnection.Util.set_label("db_after_connect_task")
17-
1816
try do
1917
Process.link(parent)
2018
catch

0 commit comments

Comments
 (0)