diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-10-03 18:22:13 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-10-03 18:22:13 +0200 |
commit | 51f6f558d5cfea59c5fd81d563d944566d14c364 (patch) | |
tree | dd935523a8ca8474424c71094cb76bb87fe76e0a /lib/inets/test/httpc_cookie_SUITE.erl | |
parent | 3ba23ad869bf8e81758d40cee9ddcb545af28aa2 (diff) | |
download | otp-51f6f558d5cfea59c5fd81d563d944566d14c364.tar.gz otp-51f6f558d5cfea59c5fd81d563d944566d14c364.tar.bz2 otp-51f6f558d5cfea59c5fd81d563d944566d14c364.zip |
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. |