summaryrefslogtreecommitdiff
path: root/src/catlfish_app.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-24 15:41:26 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-24 15:41:26 +0200
commit1cd525c5c710ad067a8d11a0d665e14665b5be3e (patch)
tree95d3f886d1838be2054ce60d0751f1a9d9722a11 /src/catlfish_app.erl
parentd0c0ab627445f1dcb8eb3dcdb7c6bda3809a088d (diff)
Start inets service automatically and update README.md with new build instructionsreleasemanagement3
Diffstat (limited to 'src/catlfish_app.erl')
-rw-r--r--src/catlfish_app.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/catlfish_app.erl b/src/catlfish_app.erl
index 9c9bdad..7e26243 100644
--- a/src/catlfish_app.erl
+++ b/src/catlfish_app.erl
@@ -18,8 +18,6 @@ dummy() ->
start(_StartType, _StartArgs) ->
io:format("starting catlfish~n", []),
- InetsResult = inets:start(httpd, [{proplist_file, "httpd_props.conf"}]),
- io:format("catlfish: tried to start inets service: ~p~n", [InetsResult]),
Pid = spawn(fun () ->
dummy()
end),