Get rid of meaningless log message

This commit is contained in:
Evgeniy Khramtsov 2017-11-22 10:12:49 +03:00
parent 19975962ea
commit 3a02c4369f
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ init({SockMod, Socket}, Opts) ->
CustomHeaders = proplists:get_value(custom_headers, Opts, []),
?INFO_MSG("started: ~p", [{SockMod1, Socket1}]),
State = #state{sockmod = SockMod1,
socket = Socket1,
default_host = DefaultHost,