summaryrefslogtreecommitdiff
path: root/src/pbx_acse.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-11 14:49:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-11 14:49:51 +0100
commit8346e23acabd2a94dc50fd84316221d6790f7f90 (patch)
tree7eb5a0baa9998d4d2adf5d4262a599daea93bb7d /src/pbx_acse.erl
parent0aeaa178ac05d927862a7826a1a483d1eab022e5 (diff)
Event stub
Diffstat (limited to 'src/pbx_acse.erl')
-rw-r--r--src/pbx_acse.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pbx_acse.erl b/src/pbx_acse.erl
index 1376cb9..84a3bb3 100644
--- a/src/pbx_acse.erl
+++ b/src/pbx_acse.erl
@@ -44,7 +44,6 @@ decode(<<Data/binary>>) ->
%%%
init(_Args) ->
- io:format("Init~n"),
{ok, undefined}.
handle_event({aare, #'AARE-apdu'{result = Result}}, _State) ->
@@ -57,7 +56,6 @@ handle_event({abrt, _}, _State) ->
io:format("ABRT~n"),
{ok, aborted};
handle_event(_Event, State) ->
- io:format("ELSE~n"),
{ok, State}.
handle_call(association, State) ->