diff --git a/bootstrap/helpers.php b/bootstrap/helpers.php index 892a3cf91..dad126963 100644 --- a/bootstrap/helpers.php +++ b/bootstrap/helpers.php @@ -81,7 +81,6 @@ if (!function_exists('generateSshCommand')) { . $command . PHP_EOL . $delimiter; - dd($ssh_command); return $ssh_command; } }