aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-11-22 13:02:19 +0100
committerHans Nilsson <[email protected]>2017-11-22 13:02:19 +0100
commit680a743a26900e279f0f918a86c804076e75e562 (patch)
treedfba258d87134afe9a94fad8afc42df928f27bc5 /lib/ssh
parenta41bfcdf524dd94a9a760ab3dd0d375896e5a7f7 (diff)
downloadotp-680a743a26900e279f0f918a86c804076e75e562.tar.gz
otp-680a743a26900e279f0f918a86c804076e75e562.tar.bz2
otp-680a743a26900e279f0f918a86c804076e75e562.zip
ssh: remove left-over msg traceing
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/test/ssh_engine_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_engine_SUITE.erl b/lib/ssh/test/ssh_engine_SUITE.erl
index 035446932b..daf93891e9 100644
--- a/lib/ssh/test/ssh_engine_SUITE.erl
+++ b/lib/ssh/test/ssh_engine_SUITE.erl
@@ -57,7 +57,6 @@ init_per_suite(Config) ->
?CHECK_CRYPTO(
case load_engine() of
{ok,E} ->
- ssh_dbg:messages(fun ct:pal/2),
[{engine,E}|Config];
{error, notsup} ->
{skip, "Engine not supported on this OpenSSL version"};