Skip to content

Commit 3ab8465

Browse files
committed
Replace TODO with a purpose-focus explaintion for the local listener
1 parent d57a0fa commit 3ab8465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function boot(): void {
2727
report($wrappedException);
2828
});
2929

30-
// TODO: delete this listener before merging or is it useful to keep in the local environment?
30+
// Local-only SQL query logging for debugging
3131
if ($this->app->environment('local')) {
3232
\Event::listen(QueryExecuted::class, function (QueryExecuted $query) {
3333
\Log::debug('Query Executed: ', [

0 commit comments

Comments
 (0)