Skip to content

Commit e8a3c4d

Browse files
committed
remove IO.inspect/1 in ctl status command
1 parent 2387fdc commit e8a3c4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/status_command.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ defmodule RabbitMQ.CLI.Ctl.Commands.StatusCommand do
142142
xs -> alarm_lines(xs, node_name)
143143
end
144144

145-
IO.inspect(m[:tags])
146-
147145
tags_section =
148146
[
149147
"\n#{bright("Tags")}\n"

0 commit comments

Comments
 (0)