From 2e85c582e7c87d606eadf8899a64cc0177d365d4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 24 Jun 2013 12:22:27 +0200 Subject: TCAP TSM: remove old debug print --- TCAP/src/ITU/tcap_tsm_fsm.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/TCAP/src/ITU/tcap_tsm_fsm.erl b/TCAP/src/ITU/tcap_tsm_fsm.erl index e9b30ba..42df361 100644 --- a/TCAP/src/ITU/tcap_tsm_fsm.erl +++ b/TCAP/src/ITU/tcap_tsm_fsm.erl @@ -317,7 +317,6 @@ active({'CONTINUE', transaction, ContParms}, State) ComponentPortion = TrUserData#'TR-user-data'.componentPortion, Otid = State#state.localTID, Dtid = State#state.remoteTID, - io:format("OTID ~p, DTID ~p~n", [Otid, Dtid]), Continue = #'Continue'{otid = <>, dtid = <>, dialoguePortion = DialoguePortion, components = ComponentPortion}, %% Assemble TR-portion of CONTINUE message -- cgit v1.2.3