SSH2: rm debug code

This commit is contained in:
terrafrost 2018-11-23 00:50:56 -06:00
parent e006f5b326
commit 669ba5224f

View File

@ -2570,9 +2570,7 @@ class SSH2
$this->agent = $agent;
$keys = $agent->requestIdentities();
foreach ($keys as $key) {
echo "so far\n";
if ($this->privatekey_login($username, $key)) {
echo "so good!?\n";
return true;
}
}