From ed8bb6d1e454b9ddc793f74f682bd80b1c728904 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 19:52:13 +0200 Subject: Get going, first cut. add-chain looks like it might work properly. Not verified! --- src/https/https_server.erl | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/https/https_server.erl (limited to 'src/https/https_server.erl') 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"). -- cgit v1.1