aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpc_cookie_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-10-03 18:22:13 +0200
committerIngela Anderton Andin <[email protected]>2014-02-05 10:32:21 +0100
commite24be5cb3d1fb2b3e8eee3752f93ac4905597067 (patch)
tree8a3880ddb44fb9b5f0176e749abbd58b47e092c0 /lib/inets/test/httpc_cookie_SUITE.erl
parent1f92bda6d4a9199f6e2962de139e1fd8215051de (diff)
downloadotp-e24be5cb3d1fb2b3e8eee3752f93ac4905597067.tar.gz
otp-e24be5cb3d1fb2b3e8eee3752f93ac4905597067.tar.bz2
otp-e24be5cb3d1fb2b3e8eee3752f93ac4905597067.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.erl3
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.