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';