From 1cd525c5c710ad067a8d11a0d665e14665b5be3e Mon Sep 17 00:00:00 2001
From: Magnus Ahltorp <map@kth.se>
Date: Wed, 24 Sep 2014 15:41:26 +0200
Subject: Start inets service automatically and update README.md with new build
 instructions

---
 src/catlfish_app.erl | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src')

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),
-- 
cgit v1.1