Skip to content

Commit

Permalink
Remove unnecessary log statement in AppServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Dec 23, 2023
1 parent 19617af commit 1675194
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ public function boot(): void
'command' => $command,
],
]);
} else {
Log::info("Job processed: {$commandName}");
}
});

Expand Down

0 comments on commit 1675194

Please sign in to comment.