fix: remove dd - oops

This commit is contained in:
Andras Bacsai 2023-03-31 08:36:55 +02:00
parent 8cc5276c9d
commit e63b15cb67

View file

@ -81,7 +81,6 @@ function generateSshCommand(string $private_key_location, string $server_ip, str
. $command . PHP_EOL
. $delimiter;
dd($ssh_command);
return $ssh_command;
}
}