Skip to content

Commit e35909a

Browse files
authored
Merge pull request #14265 from Ayanda-D/remove-io-inspect
Remove awkward IO.inspect/1 in rabbitmqctl status command
2 parents 2387fdc + e8a3c4d commit e35909a

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)