summaryrefslogtreecommitdiff
path: root/src/storage.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.erl')
-rw-r--r--src/storage.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/storage.erl b/src/storage.erl
index e632a8e..6a49a22 100644
--- a/src/storage.erl
+++ b/src/storage.erl
@@ -7,10 +7,6 @@
%% API (URL)
-export([request/3]).
-newentries_path() ->
- {ok, Value} = application:get_env(plop, newentries_path),
- Value.
-
request(post, "ct/storage/sendentry", Input) ->
case (catch mochijson2:decode(Input)) of
{error, E} ->