summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-24 12:22:27 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-24 12:22:27 +0200
commit2e85c582e7c87d606eadf8899a64cc0177d365d4 (patch)
tree76d4c93e7d7d058a2a74c1b122d455f3dcfd85ff
parentee5a1d7f5ec89d8e1a1e4bd6048b2b6ed0fcc9e1 (diff)
TCAP TSM: remove old debug print
-rw-r--r--TCAP/src/ITU/tcap_tsm_fsm.erl1
1 files changed, 0 insertions, 1 deletions
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 = <<Otid:32/big>>, dtid = <<Dtid:32/big>>,
dialoguePortion = DialoguePortion, components = ComponentPortion},
%% Assemble TR-portion of CONTINUE message