removed debug logs
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-14 23:17:32 -06:00
parent 8167c3a3e7
commit efe979768c
3 changed files with 0 additions and 13 deletions

View file

@ -24,9 +24,7 @@ class PasswordResetNewUser extends Mailable
*/
public function __construct(private User $user)
{
logger()->debug("\n==============================\n User email is $user->email. Username is $user->username \n=====================================");
$this->token = Password::createToken($this->user);
logger()->debug("Password reset token is $this->token");
}
/**