Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Sep 28, 2022
1 parent 6144912 commit b0bbd90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/app/GraphQL/Validators/UpdateUserInputValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace App\GraphQL\Validators;

use Illuminate\Support\Facades\Log;
use Illuminate\Validation\Rule;
use Nuwave\Lighthouse\Validation\Validator;

Expand All @@ -15,9 +14,6 @@ final class UpdateUserInputValidator extends Validator
*/
public function rules(): array
{

Log::debug($this->args->toArray());

return [
'email' => [
'sometimes',
Expand Down

0 comments on commit b0bbd90

Please sign in to comment.