From 54b54e8461342b50cf70ba84e2285135f6300946 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 24 Jun 2013 12:24:04 +0200 Subject: osmo_sccp_tcap: remove debug print --- src/osmo_sccp_tcap.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osmo_sccp_tcap.erl b/src/osmo_sccp_tcap.erl index f3e954c..96cc32f 100644 --- a/src/osmo_sccp_tcap.erl +++ b/src/osmo_sccp_tcap.erl @@ -103,7 +103,6 @@ send_primitive({'N', 'UNITDATA', request, #'N-UNITDATA'{calledAddress = Called, returnOption = RetOpt, importance = Imp, userData = UserData}=Par}, State) -> - io:format("N-UNITDATA.req (~w,~w)~n", [Par, State]), ClassOut = protocol_class(tcap_to_osmo, {Seq, RetOpt}), UserDataOut = iolist_to_binary(UserData), % Build an osmo_ss7 primitive -- cgit v1.2.3