refactor(server): remove debugging ray call from validateConnection method for cleaner code

This commit is contained in:
Andras Bacsai 2025-09-16 09:43:51 +02:00
parent 90abdb0244
commit 4f8dfa598e

View file

@ -1082,7 +1082,6 @@ public function sendUnreachableNotification()
public function validateConnection(bool $justCheckingNewKey = false)
{
ray('validateConnection', $this->id);
$this->disableSshMux();
if ($this->skipServer()) {