refactor(server): remove debugging ray call from validateConnection method for cleaner code
This commit is contained in:
@@ -1082,7 +1082,6 @@ $schema://$host {
|
|||||||
|
|
||||||
public function validateConnection(bool $justCheckingNewKey = false)
|
public function validateConnection(bool $justCheckingNewKey = false)
|
||||||
{
|
{
|
||||||
ray('validateConnection', $this->id);
|
|
||||||
$this->disableSshMux();
|
$this->disableSshMux();
|
||||||
|
|
||||||
if ($this->skipServer()) {
|
if ($this->skipServer()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user