Skip to content

Commit

Permalink
Removes line that schedules daily execution of FaultCat sync
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlan committed Oct 11, 2021
1 parent efb2350 commit 5b41f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Kernel.php
Expand Up @@ -51,7 +51,6 @@ protected function schedule(Schedule $schedule)
->sendOutputTo(storage_path().'/logs/discourse_usernames.log')
->emailOutputTo(env('SEND_COMMAND_LOGS_TO'), 'tech@therestartproject.org');

$schedule->command('faultcat:sync')->daily();
}

/**
Expand Down

0 comments on commit 5b41f86

Please sign in to comment.