diff options
author | Hans Nilsson <[email protected]> | 2017-11-22 13:02:19 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-22 13:02:19 +0100 |
commit | 680a743a26900e279f0f918a86c804076e75e562 (patch) | |
tree | dfba258d87134afe9a94fad8afc42df928f27bc5 /lib/ssh/test/ssh_engine_SUITE.erl | |
parent | a41bfcdf524dd94a9a760ab3dd0d375896e5a7f7 (diff) | |
download | otp-680a743a26900e279f0f918a86c804076e75e562.tar.gz otp-680a743a26900e279f0f918a86c804076e75e562.tar.bz2 otp-680a743a26900e279f0f918a86c804076e75e562.zip |
ssh: remove left-over msg traceing
Diffstat (limited to 'lib/ssh/test/ssh_engine_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_engine_SUITE.erl | 1 |
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"}; |