refactor(server): remove debugging ray call from validateConnection method for cleaner code
This commit is contained in:
parent
90abdb0244
commit
4f8dfa598e
1 changed files with 0 additions and 1 deletions
|
|
@ -1082,7 +1082,6 @@ public function sendUnreachableNotification()
|
|||
|
||||
public function validateConnection(bool $justCheckingNewKey = false)
|
||||
{
|
||||
ray('validateConnection', $this->id);
|
||||
$this->disableSshMux();
|
||||
|
||||
if ($this->skipServer()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue