Skip to content

Commit 14def87

Browse files
Resolve a conflict #14373 #14374
1 parent dabacf5 commit 14def87

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

deps/rabbit/src/rabbit_plugins.erl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -694,23 +694,6 @@ remove_plugins(Plugins) ->
694694
IsAPlugin =
695695
lists:member(Plugin, ActualPlugins) orelse
696696
lists:member(Name, PluginDeps),
697-
<<<<<<< HEAD
698-
if
699-
IsOTPApp ->
700-
rabbit_log:debug(
701-
"Plugins discovery: "
702-
"ignoring ~ts, Erlang/OTP application",
703-
[Name]);
704-
not IsAPlugin ->
705-
rabbit_log:debug(
706-
"Plugins discovery: "
707-
"ignoring ~ts, not a RabbitMQ plugin",
708-
[Name]);
709-
true ->
710-
ok
711-
end,
712-
=======
713-
>>>>>>> 30d78a490 (Do not log every transient dependency when listing plugins)
714697
not (IsOTPApp orelse not IsAPlugin)
715698
end, Plugins).
716699

0 commit comments

Comments
 (0)