Skip to content

Commit

Permalink
Remove Log output
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcusackie authored Aug 29, 2022
1 parent c984045 commit 9e3bb42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ protected function listen() {

Event::listen(function (EntrySaved $event) {

Log::info('Saved entry queued for glide requests');

if($event->entry->url) {
StatamicGlideRequester::queueUrl(url($event->entry->url));
}
Expand Down

0 comments on commit 9e3bb42

Please sign in to comment.