diff options
Diffstat (limited to 'src/gun.erl')
-rw-r--r-- | src/gun.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gun.erl b/src/gun.erl index d209450..7ab13c0 100644 --- a/src/gun.erl +++ b/src/gun.erl @@ -277,7 +277,6 @@ check_options([Opt|_]) -> {error, {options, Opt}}. consider_tracing(ServerPid, #{trace := true}) -> - dbg:start(), dbg:tracer(), dbg:tpl(gun, [{'_', [], [{return_trace}]}]), dbg:tpl(gun_http, [{'_', [], [{return_trace}]}]), |