aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpc_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-10-03 18:22:13 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-10-03 18:22:13 +0200
commit51f6f558d5cfea59c5fd81d563d944566d14c364 (patch)
treedd935523a8ca8474424c71094cb76bb87fe76e0a /lib/inets/test/httpc_SUITE.erl
parent3ba23ad869bf8e81758d40cee9ddcb545af28aa2 (diff)
downloadotp-51f6f558d5cfea59c5fd81d563d944566d14c364.tar.gz
otp-51f6f558d5cfea59c5fd81d563d944566d14c364.tar.bz2
otp-51f6f558d5cfea59c5fd81d563d944566d14c364.zip
inets: Remove dbg tracing from testcases
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r--lib/inets/test/httpc_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl
index cb81d2cc5e..644b01120c 100644
--- a/lib/inets/test/httpc_SUITE.erl
+++ b/lib/inets/test/httpc_SUITE.erl
@@ -337,7 +337,6 @@ init_per_testcase(Case, Timeout, Config) ->
%% so this value will be overwritten (see "ipv6_" below).
%% </IPv6>
- inets:enable_trace(max, io, httpc),
%% inets:enable_trace(max, io, all),
%% snmp:set_trace([gen_tcp]),
tsp("init_per_testcase(~w) -> done when"
@@ -381,7 +380,6 @@ end_per_testcase(http_save_to_file = Case, Config) ->
end_per_testcase(Case, Config) ->
io:format(user, "~n~n*** END ~w:~w ***~n~n",
[?MODULE, Case]),
- dbg:stop(), % ?
case atom_to_list(Case) of
"ipv6_" ++ _Rest ->
tsp("end_per_testcase(~w) -> stop ssl", [Case]),