summaryrefslogtreecommitdiff
path: root/src/couchdb
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-07-23 20:39:57 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-07-23 20:39:57 +0000
commitac5783a3e8924d280a989ba025d4a89c156183cb (patch)
treeca96975fd82aed0ee173768d63bef5c152c63c57 /src/couchdb
parent76f6226ee749d57bd767a14ec5b1bece0686279b (diff)
Merged revision 967251 from trunk:
Removed bogus log error message. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@967252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r--src/couchdb/couch_rep.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl
index afad5406..1dd816ac 100644
--- a/src/couchdb/couch_rep.erl
+++ b/src/couchdb/couch_rep.erl
@@ -659,7 +659,6 @@ ensure_full_commit(#http_db{headers = Headers} = Target) ->
method = post,
headers = couch_util:proplist_apply_field({"Content-Type", "application/json"}, Headers)
},
- ?LOG_ERROR("Req ~p",[Req]),
{ResultProps} = couch_rep_httpc:request(Req),
true = couch_util:get_value(<<"ok">>, ResultProps),
couch_util:get_value(<<"instance_start_time">>, ResultProps);