Eliminar log innecesario
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user