Remove unnecessary ray() statement

This commit is contained in:
Andras Bacsai 2023-11-17 11:33:46 +01:00
parent 57738198ad
commit ebc4ab9af5

View File

@ -68,7 +68,6 @@ public function instantSave(string $type)
{
try {
$ok = $this->submit($type);
ray($ok);
if (!$ok) {
return;
}