summaryrefslogtreecommitdiff
path: root/src/pbx_acse.erl
diff options
context:
space:
mode:
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) ->