Skip to content

Commit e7a42e3

Browse files
author
Paul Jones
committed
Removed extra_startup_steps from being applied at startup
1 parent 345d4d0 commit e7a42e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/rabbit.erl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ start(normal, []) ->
116116

117117
print_banner(),
118118

119-
{ok, ExtraSteps} = application:get_env(extra_startup_steps),
120-
121119
lists:foreach(
122120
fun ({Msg, Thunk}) ->
123121
io:format("starting ~-20s ...", [Msg]),
@@ -176,8 +174,7 @@ start(normal, []) ->
176174
ok = rabbit_networking:start_tcp_listener(Host, Port)
177175
end,
178176
TCPListeners)
179-
end}]
180-
++ ExtraSteps),
177+
end}]),
181178

182179
io:format("~nbroker running~n"),
183180

0 commit comments

Comments
 (0)