summaryrefslogtreecommitdiff
path: root/src/catlfish.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-11 16:59:56 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-11 16:59:56 +0200
commit68474f524989a616d1af5a3d1eba7534ce37fea4 (patch)
tree9ce204ae14be2e69820fbd1f47c62e5de2131805 /src/catlfish.erl
parentc238e8aa3a472ebc9546c88f1291b325d11e85b0 (diff)
Remove unused stuff.
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r--src/catlfish.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl
deleted file mode 100644
index ad99f78..0000000
--- a/src/catlfish.erl
+++ /dev/null
@@ -1,15 +0,0 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
-%%% See LICENSE for licensing information.
-
-%% This is a CA transparency log.
-
-%% In order to find https_server and other required modules, a couple
-%% of subdirectories need to be added to the Erlang path
-%% (code:add_pathz/1). This can be done in an ~/.erlang file.
-
--module('catlfish').
--export([start/0]).
-
-start() ->
- io:format("Starting catlfish~n"),
- https_server:start().