Missing variable no longer needed

This commit is contained in:
2022-03-16 18:33:51 +00:00
parent 03bdaa11f6
commit f77098d11b

View File

@@ -97,13 +97,9 @@ class ScheduleCommand extends BaseCommand
$this->io->writeln($tdiff . $tunit);
} catch (\Exception $e) {
$taskSuccess = false;
$hasFailure = true;
$this->io->writeln('<error> [ERROR] ' . $e->getMessage() . ' </>');
}
if ($taskSuccess) {
}
}
// Success