mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Remove unnecessary ray() statement
This commit is contained in:
parent
57738198ad
commit
ebc4ab9af5
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ class LogDrains extends Component
|
|||
{
|
||||
try {
|
||||
$ok = $this->submit($type);
|
||||
ray($ok);
|
||||
if (!$ok) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue