diff --git a/app/Http/Livewire/Waitlist.php b/app/Http/Livewire/Waitlist.php index d3d984ff1..a0d4284b6 100644 --- a/app/Http/Livewire/Waitlist.php +++ b/app/Http/Livewire/Waitlist.php @@ -31,7 +31,6 @@ class Waitlist extends Component return; } $found = ModelsWaitlist::where('email', $this->email)->first(); - ray($found); if ($found) { if (!$found->verified) { $this->emit('error', 'You are already on the waitlist.
Please check your email to verify your email address.');