remove IO.inspect/1 in ctl status command
(cherry picked from commit e8a3c4db42
)
This commit is contained in:
parent
d77785c257
commit
53e55ff31f
|
@ -142,8 +142,6 @@ defmodule RabbitMQ.CLI.Ctl.Commands.StatusCommand do
|
||||||
xs -> alarm_lines(xs, node_name)
|
xs -> alarm_lines(xs, node_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
IO.inspect(m[:tags])
|
|
||||||
|
|
||||||
tags_section =
|
tags_section =
|
||||||
[
|
[
|
||||||
"\n#{bright("Tags")}\n"
|
"\n#{bright("Tags")}\n"
|
||||||
|
|
Loading…
Reference in New Issue