diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-23 20:39:57 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-23 20:39:57 +0000 |
commit | ac5783a3e8924d280a989ba025d4a89c156183cb (patch) | |
tree | ca96975fd82aed0ee173768d63bef5c152c63c57 | |
parent | 76f6226ee749d57bd767a14ec5b1bece0686279b (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
-rw-r--r-- | src/couchdb/couch_rep.erl | 1 |
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); |