diff options
author | Micael Karlberg <[email protected]> | 2013-03-22 14:13:46 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-03-22 14:13:46 +0100 |
commit | aec630d41b13e31c7732513457a54e19937c7a75 (patch) | |
tree | e3b5092382590918532d377a36fbb32b4185de98 /lib/megaco/test/megaco_codec_flex_lib.erl | |
parent | dcac05b4490ce2715c35724b876b539164d7a92e (diff) | |
download | otp-aec630d41b13e31c7732513457a54e19937c7a75.tar.gz otp-aec630d41b13e31c7732513457a54e19937c7a75.tar.bz2 otp-aec630d41b13e31c7732513457a54e19937c7a75.zip |
Test case cleanup
Diffstat (limited to 'lib/megaco/test/megaco_codec_flex_lib.erl')
-rw-r--r-- | lib/megaco/test/megaco_codec_flex_lib.erl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/megaco/test/megaco_codec_flex_lib.erl b/lib/megaco/test/megaco_codec_flex_lib.erl index e5f62fe69c..3e70454faf 100644 --- a/lib/megaco/test/megaco_codec_flex_lib.erl +++ b/lib/megaco/test/megaco_codec_flex_lib.erl @@ -49,14 +49,14 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% init(Config) when is_list(Config) -> - io:format("~w:init -> entry with" - "~n Config: ~p" - "~n", [?MODULE, Config]), + %% io:format("~w:init -> entry with" + %% "~n Config: ~p" + %% "~n", [?MODULE, Config]), Flag = process_flag(trap_exit, true), Res = (catch start()), - io:format("~w:init -> start result" - "~n Res: ~p" - "~n", [?MODULE, Res]), + %% io:format("~w:init -> start result" + %% "~n Res: ~p" + %% "~n", [?MODULE, Res]), process_flag(trap_exit, Flag), case Res of {error, Reason} -> |