diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index acfe52ecc..f511f4be4 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -52,9 +52,6 @@ class Kernel extends ConsoleKernel $schedule->command('services:GetStructures') ->daily() ->withoutOverlapping(); - $schedule->command('services:GetAsses') - ->hourly() - ->withoutOverlapping(); $schedule->command('services:CleanData') ->monthlyOn(1, '18:00');