Remove a stray debug logging line

This commit is contained in:
Michael Klishin 2020-12-09 12:47:42 +03:00
parent bcf6ac0515
commit ab0ade0e4c
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 0 additions and 1 deletions

View File

@ -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,