Skip to content

Commit 46eb2e5

Browse files
author
Daniil Fedotov
committed
Remove the debug message about deleting queues without vhosts
1 parent 823d3b0 commit 46eb2e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rabbit_amqqueue.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ queues_to_recover() ->
275275
{atomic, ok} =
276276
mnesia:sync_transaction(
277277
fun () ->
278-
rabbit_log:error("Deleting ~p~n", [LocalQueuesWithoutVhost]),
279278
[ internal_delete1(Name, false)
280279
|| #amqqueue{name = Name} <- LocalQueuesWithoutVhost ],
281280
ok

0 commit comments

Comments
 (0)