diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index 86ca18ac..da20697d 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -375,7 +375,6 @@ class System_SSH_Agent { $request_channel = $ssh->_get_open_channel(); if ($request_channel === false) { - user_error("failed to request channel"); return false; }