From e63b15cb677b8ec6c42f38ceba02aa960fbde26e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 31 Mar 2023 08:36:55 +0200 Subject: [PATCH] fix: remove dd - oops --- bootstrap/helpers.php | 1 - 1 file changed, 1 deletion(-) 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; } }