diff options
Diffstat (limited to 'src/https/https_server.erl')
-rw-r--r-- | src/https/https_server.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/https/https_server.erl b/src/https/https_server.erl deleted file mode 100644 index a62a02f..0000000 --- a/src/https/https_server.erl +++ /dev/null @@ -1,5 +0,0 @@ --module(https_server). --export([start/0]). - -start() -> - io:format("Starting https server~n"). |