summaryrefslogtreecommitdiff
path: root/src/pbx_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbx_sup.erl')
-rw-r--r--src/pbx_sup.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pbx_sup.erl b/src/pbx_sup.erl
index 504866c..c9fa66a 100644
--- a/src/pbx_sup.erl
+++ b/src/pbx_sup.erl
@@ -16,7 +16,6 @@
%% ===================================================================
start_link() ->
- io:format("start_link~n", []),
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
%% ===================================================================
@@ -24,6 +23,5 @@ start_link() ->
%% ===================================================================
init([]) ->
- io:format("init~n", []),
{ok, { {one_for_one, 5, 10}, []} }.