Unused var
This commit is contained in:
parent
d174cec0e8
commit
d7fb983d84
|
|
@ -51,7 +51,7 @@ accept_content(ReqData, Context) ->
|
|||
VHost -> Name = rabbit_mgmt_util:id(name, ReqData),
|
||||
rabbit_mgmt_util:with_decode(
|
||||
[format], ReqData, Context,
|
||||
fun([Format], Trace) ->
|
||||
fun([_], Trace) ->
|
||||
ok = rabbit_tracing_traces:create(
|
||||
VHost, Name, Trace),
|
||||
{true, ReqData, Context}
|
||||
|
|
|
|||
Loading…
Reference in New Issue