diff options
Diffstat (limited to 'src/catlfish_app.erl')
-rw-r--r-- | src/catlfish_app.erl | 2 |
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), |