Skip to content

Commit dc82c25

Browse files
author
Daniil Fedotov
committed
Remove debug log
1 parent 5705d8b commit dc82c25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rabbit_vhost_sup.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ start_link(VHost) ->
2828
supervisor2:start_link(?MODULE, [VHost]).
2929

3030
init([VHost]) ->
31-
rabbit_log:error("Starting VHost sup ~p~n", [VHost]),
3231
{ok, {{one_for_all, 0, 1}, []}}.

0 commit comments

Comments
 (0)