Remove the debug message about deleting queues without vhosts
This commit is contained in:
parent
823d3b063a
commit
46eb2e5403
|
|
@ -275,7 +275,6 @@ queues_to_recover() ->
|
|||
{atomic, ok} =
|
||||
mnesia:sync_transaction(
|
||||
fun () ->
|
||||
rabbit_log:error("Deleting ~p~n", [LocalQueuesWithoutVhost]),
|
||||
[ internal_delete1(Name, false)
|
||||
|| #amqqueue{name = Name} <- LocalQueuesWithoutVhost ],
|
||||
ok
|
||||
|
|
|
|||
Loading…
Reference in New Issue