Remove some debug logging.

This commit is contained in:
James Cole 2024-09-14 11:37:34 +02:00
parent 9452e93f22
commit 715648d0d8
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -28,8 +28,6 @@ class AccountSchema extends Schema
*/
public function fields(): array
{
Log::debug(__METHOD__);
return [
ID::make(),
Attribute::make('created_at'),