1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Removed log

This commit is contained in:
Eldad Fux 2021-01-17 02:08:16 +02:00
parent f16113dbb3
commit 26faaae5fc

View file

@ -359,7 +359,6 @@ App::patch('/v1/functions/:functionId/tag')
}
$schedule = $function->getAttribute('schedule', '');
var_dump($schedule);
$cron = (empty($function->getAttribute('tag')) && !empty($schedule)) ? CronExpression::factory($schedule) : null;
$next = (empty($function->getAttribute('tag')) && !empty($schedule)) ? $cron->getNextRunDate()->format('U') : null;