Remove unnecessary ray() statement
This commit is contained in:
parent
57738198ad
commit
ebc4ab9af5
@ -68,7 +68,6 @@ public function instantSave(string $type)
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$ok = $this->submit($type);
|
$ok = $this->submit($type);
|
||||||
ray($ok);
|
|
||||||
if (!$ok) {
|
if (!$ok) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user