diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-10-08 16:16:08 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-10-08 16:16:08 +0200 |
commit | a617af92131c6a53b45e2ed4c10412e2770fdb3b (patch) | |
tree | 2414193dcd6c3098f3584b106f51108e5dd4b789 /lib/inets/test/httpc_cookie_SUITE.erl | |
parent | ab2a31421b168e6755b1764d4f235add3ebac446 (diff) | |
parent | 51f6f558d5cfea59c5fd81d563d944566d14c364 (diff) | |
download | otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.tar.gz otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.tar.bz2 otp-a617af92131c6a53b45e2ed4c10412e2770fdb3b.zip |
Merge branch 'egil/inets/remove-tracing-in-tests'
* egil/inets/remove-tracing-in-tests:
inets: Remove dbg tracing from testcases
Diffstat (limited to 'lib/inets/test/httpc_cookie_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpc_cookie_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/inets/test/httpc_cookie_SUITE.erl b/lib/inets/test/httpc_cookie_SUITE.erl index 93dbc270c5..3862bf7a20 100644 --- a/lib/inets/test/httpc_cookie_SUITE.erl +++ b/lib/inets/test/httpc_cookie_SUITE.erl @@ -276,8 +276,6 @@ secure_cookie(Config) when is_list(Config) -> tsp("secure_cookie -> entry with" "~n Config: ~p", [Config]), - inets:enable_trace(max, io, httpc), - %% httpc:reset_cookies(), tsp("secure_cookie -> Cookies 1: ~p", [httpc:which_cookies()]), @@ -309,7 +307,6 @@ secure_cookie(Config) when is_list(Config) -> tsp("secure_cookie -> Cookies 4: ~p", [httpc:which_cookies()]), - inets:disable_trace(), tsp("secure_cookie -> done"), ok. |