From 8346e23acabd2a94dc50fd84316221d6790f7f90 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 11 Nov 2015 14:49:51 +0100 Subject: Event stub --- src/pbx_acse.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pbx_acse.erl') 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(<>) -> %%% 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) -> -- cgit v1.2.3