We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f299e25 commit 06aafedCopy full SHA for 06aafed
deps/rabbitmq_cli/lib/rabbitmqctl.ex
@@ -27,7 +27,6 @@ defmodule RabbitMQCtl do
27
@spec main(list()) :: no_return()
28
def main(cmd0) do
29
{:ok, _} = :application.ensure_all_started(:elixir)
30
- IO.inspect cmd0
31
cmd = Enum.map(cmd0, &List.to_string/1)
32
System.argv(cmd)
33
:application.set_env(:logger, :level, :warning, [{:persistent, true}])
0 commit comments