Remove a stray debug logging line
This commit is contained in:
parent
bcf6ac0515
commit
ab0ade0e4c
|
|
@ -665,7 +665,6 @@ put_user(User, Version, ActingUser) ->
|
||||||
false -> []
|
false -> []
|
||||||
end;
|
end;
|
||||||
{TagsVal, _} ->
|
{TagsVal, _} ->
|
||||||
rabbit_log:debug("TagsVal: ~p", [TagsVal]),
|
|
||||||
tag_list_from(TagsVal)
|
tag_list_from(TagsVal)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue