Skip to content

Commit

Permalink
remove spammy output
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardb committed Dec 14, 2012
1 parent f5f365a commit 1dc7582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lhttpc_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ send_request(#client_state{socket = undefined} = State) ->
{error, "record overflow"} ->
throw(ssl_error);
{error, Reason} ->
slog:warning("~p",[Reason]),
erlang:error(Reason)
catch
exit:{{{badmatch, {error, {asn1, _}}}, _}, _} ->
Expand Down

0 comments on commit 1dc7582

Please sign in to comment.