Skip to content

Commit adb676d

Browse files
committed
remove spurious log
1 parent 76b9d3f commit adb676d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hackney_response.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ stream_body1(Error, _Client) ->
164164
-spec stream_body_recv(binary(), #client{})
165165
-> {ok, binary(), #client{}} | {error, term()}.
166166
stream_body_recv(Buffer, Client=#client{version=Version, clen=CLen}) ->
167-
io:format("receive ~p~n", [Buffer]),
168-
169167
case recv(Client) of
170168
{ok, Data} ->
171169
stream_body(Data, Client);

0 commit comments

Comments
 (0)