remove ray
This commit is contained in:
parent
1c7034ff78
commit
0a6826af58
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ public function loadBranch()
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ray($this->branchFound, $this->git_branch, $this->rate_limit_remaining);
|
|
||||||
if (! $this->branchFound && $this->git_branch == 'main') {
|
if (! $this->branchFound && $this->git_branch == 'main') {
|
||||||
try {
|
try {
|
||||||
$this->git_branch = 'master';
|
$this->git_branch = 'master';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue