diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2017-07-25 14:37:02 +0100 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2017-07-25 14:37:02 +0100 |
| commit | dc82c258e9a51a7b7a2f9fa45e31e09c4c614fa3 (patch) | |
| tree | f59e7f41c536407e300c7ae7945b86069d9f0b63 /src | |
| parent | 5705d8b5a5f3697c85dc9aa1de6481303691267a (diff) | |
| download | rabbitmq-server-git-dc82c258e9a51a7b7a2f9fa45e31e09c4c614fa3.tar.gz | |
Remove debug log
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_sup.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_vhost_sup.erl b/src/rabbit_vhost_sup.erl index 4e8688ac9a..c2b9e4047d 100644 --- a/src/rabbit_vhost_sup.erl +++ b/src/rabbit_vhost_sup.erl @@ -28,5 +28,4 @@ start_link(VHost) -> supervisor2:start_link(?MODULE, [VHost]). init([VHost]) -> -rabbit_log:error("Starting VHost sup ~p~n", [VHost]), {ok, {{one_for_all, 0, 1}, []}}. |
