1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Remove debug print

This commit is contained in:
Bradley Schofield 2021-12-10 14:34:16 +00:00
parent 65a58689fb
commit 4f5b47e258

View file

@ -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())