Remove Log

This commit is contained in:
philipp lang 2023-02-22 22:51:36 +01:00
parent b6a585fd70
commit 25ffd8d1fa
1 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Facades\Redis;
use Log;
use Zoomyboy\LaravelNami\Api;
class CompleteMemberToRedisJob implements ShouldQueue
@ -30,8 +29,6 @@ class CompleteMemberToRedisJob implements ShouldQueue
public function handle(): void
{
if ($this->batch()->cancelled()) {
Log::debug('Cancelling batch');
return;
}