summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_rep.erl')
-rw-r--r--src/couchdb/couch_rep.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl
index df0a4da1..bead047c 100644
--- a/src/couchdb/couch_rep.erl
+++ b/src/couchdb/couch_rep.erl
@@ -155,14 +155,6 @@ do_http_request(Url, Action, JsonBody) ->
?LOG_DEBUG("\tAction: ~p", [Action]),
?LOG_DEBUG("\tUrl: ~p", [Url]),
- % ensure that the inets application is running
- case application:start(inets) of
- ok ->
- ok;
- {error, {already_started, inets}} ->
- ok
- end,
-
Request =
case JsonBody of
[] ->