fix: remove dd - oops
This commit is contained in:
parent
8cc5276c9d
commit
e63b15cb67
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ function generateSshCommand(string $private_key_location, string $server_ip, str
|
|||
. $command . PHP_EOL
|
||||
. $delimiter;
|
||||
|
||||
dd($ssh_command);
|
||||
return $ssh_command;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue