summaryrefslogtreecommitdiff
path: root/apps/couch/src/couch_rep_att.erl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/couch/src/couch_rep_att.erl')
-rw-r--r--apps/couch/src/couch_rep_att.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/couch/src/couch_rep_att.erl b/apps/couch/src/couch_rep_att.erl
index 28b8945c..476c64d4 100644
--- a/apps/couch/src/couch_rep_att.erl
+++ b/apps/couch/src/couch_rep_att.erl
@@ -78,7 +78,6 @@ receive_data(Ref, ReqId, ContentEncoding) ->
?LOG_ERROR("streaming attachment ~p failed with ~p", [ReqId, Err]),
throw({attachment_request_failed, Err});
{ibrowse_async_response, ReqId, Data} ->
- % ?LOG_DEBUG("got ~p bytes for ~p", [size(Data), ReqId]),
Data;
{ibrowse_async_response_end, ReqId} ->
?LOG_ERROR("streaming att. ended but more data requested ~p", [ReqId]),