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 @@ if (!function_exists('generateSshCommand')) {
. $command . PHP_EOL . $command . PHP_EOL
. $delimiter; . $delimiter;
dd($ssh_command);
return $ssh_command; return $ssh_command;
} }
} }