From 0a6826af58cb96ffeb08094a276e6cffd91f9cb8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 18 Jul 2024 12:32:33 +0200 Subject: [PATCH] remove ray --- app/Livewire/Project/New/PublicGitRepository.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Livewire/Project/New/PublicGitRepository.php b/app/Livewire/Project/New/PublicGitRepository.php index 5759e335e..b29fe8cab 100644 --- a/app/Livewire/Project/New/PublicGitRepository.php +++ b/app/Livewire/Project/New/PublicGitRepository.php @@ -161,7 +161,6 @@ public function loadBranch() return; } - ray($this->branchFound, $this->git_branch, $this->rate_limit_remaining); if (! $this->branchFound && $this->git_branch == 'main') { try { $this->git_branch = 'master';