Eliminar log innecesario

This commit is contained in:
Juan Pablo Vial
2024-10-31 17:15:38 -03:00
parent 6107861381
commit 1b99358597

View File

@ -12,7 +12,6 @@ use Incoviba\Controller\withRedis;
use Incoviba\Model;
use Incoviba\Repository;
use Incoviba\Service;
use Psr\Log\LoggerInterface;
class Ventas extends Controller
{
@ -309,7 +308,6 @@ class Ventas extends Controller
{
$body = $request->getBody();
$data = json_decode($body->getContents(), true);
$this->logger->error(var_export($data, true));
$output = [
'input' => $data,
'venta_id' => $venta_id,