diff options
author | Hans Nilsson <[email protected]> | 2017-04-06 15:50:38 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-06 16:04:27 +0200 |
commit | 9d174dd62112ec5129b66ffafc1d99650f037d54 (patch) | |
tree | 85e27ca011d3b122e4c57fcbb1055c6662ce0630 /lib/ssh | |
parent | 7504aef08abb050d5c3d56f77704d21e15a85b62 (diff) | |
download | otp-9d174dd62112ec5129b66ffafc1d99650f037d54.tar.gz otp-9d174dd62112ec5129b66ffafc1d99650f037d54.tar.bz2 otp-9d174dd62112ec5129b66ffafc1d99650f037d54.zip |
ssh: remove log printout
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index 15a05a1b85..5a13209ae3 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1285,7 +1285,6 @@ handle_event(info, {'EXIT', _Sup, Reason}, _, _) -> {stop, {shutdown, Reason}}; handle_event(info, check_cache, _, D) -> -ct:pal("check_cache",[]), {keep_state, cache_check_set_idle_timer(D)}; handle_event(info, UnexpectedMessage, StateName, D = #data{ssh_params = Ssh}) -> |