Eliminar log innecesario
This commit is contained in:
@ -12,7 +12,6 @@ use Incoviba\Controller\withRedis;
|
|||||||
use Incoviba\Model;
|
use Incoviba\Model;
|
||||||
use Incoviba\Repository;
|
use Incoviba\Repository;
|
||||||
use Incoviba\Service;
|
use Incoviba\Service;
|
||||||
use Psr\Log\LoggerInterface;
|
|
||||||
|
|
||||||
class Ventas extends Controller
|
class Ventas extends Controller
|
||||||
{
|
{
|
||||||
@ -309,7 +308,6 @@ class Ventas extends Controller
|
|||||||
{
|
{
|
||||||
$body = $request->getBody();
|
$body = $request->getBody();
|
||||||
$data = json_decode($body->getContents(), true);
|
$data = json_decode($body->getContents(), true);
|
||||||
$this->logger->error(var_export($data, true));
|
|
||||||
$output = [
|
$output = [
|
||||||
'input' => $data,
|
'input' => $data,
|
||||||
'venta_id' => $venta_id,
|
'venta_id' => $venta_id,
|
||||||
|
Reference in New Issue
Block a user