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.
2 parents cf3fd1e + 30d78a4 commit 64e5a6aCopy full SHA for 64e5a6a
deps/rabbit/src/rabbit_plugins.erl
@@ -753,20 +753,6 @@ remove_plugins(Plugins) ->
753
IsAPlugin =
754
lists:member(Plugin, ActualPlugins) orelse
755
lists:member(Name, PluginDeps),
756
- if
757
- IsOTPApp ->
758
- ?LOG_DEBUG(
759
- "Plugins discovery: "
760
- "ignoring ~ts, Erlang/OTP application",
761
- [Name]);
762
- not IsAPlugin ->
763
764
765
- "ignoring ~ts, not a RabbitMQ plugin",
766
767
- true ->
768
- ok
769
- end,
770
not (IsOTPApp orelse not IsAPlugin)
771
end, Plugins).
772
0 commit comments