From c35c2fe1eef77f303ee6296a755233fd643fa90a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 15 Aug 2023 14:45:48 +0200 Subject: [PATCH] remove a few ray --- app/Http/Livewire/Waitlist.php | 1 - 1 file changed, 1 deletion(-) 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 @@ 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.
Please check your email to verify your email address.');