summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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),