diff --git a/app/executor.php b/app/executor.php index e962ef5098..62589326a7 100644 --- a/app/executor.php +++ b/app/executor.php @@ -1114,8 +1114,6 @@ function execute(string $trigger, string $projectId, string $executionId, string $executionTime = ($executionEnd - $executionStart); $functionStatus = ($statusCode >= 200 && $statusCode < 300) ? 'completed' : 'failed'; - var_dump($statusCode); - Console::info('Function executed in ' . ($executionEnd - $executionStart) . ' seconds, status: ' . $functionStatus); $execution->setAttribute('tagId', $tag->getId())