remove a few ray

This commit is contained in:
Andras Bacsai 2023-08-15 14:45:48 +02:00
parent f8d7c5209e
commit c35c2fe1ee

View File

@ -31,7 +31,6 @@ public function submit()
return;
}
$found = ModelsWaitlist::where('email', $this->email)->first();
ray($found);
if ($found) {
if (!$found->verified) {
$this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.');