Remove error_logs. #270
This commit is contained in:
parent
954ae0e2d3
commit
9165fa1ef1
1 changed files with 0 additions and 2 deletions
|
|
@ -330,7 +330,6 @@ class CustomerController extends Controller
|
|||
|
||||
protected function updateVehicles($em, Customer $cust, $vehicles)
|
||||
{
|
||||
error_log('updateVehicles');
|
||||
$vehicle_ids = [];
|
||||
|
||||
foreach ($vehicles as $vehicle)
|
||||
|
|
@ -411,7 +410,6 @@ class CustomerController extends Controller
|
|||
|
||||
public function updateSubmit(Request $req, ValidatorInterface $validator, $id)
|
||||
{
|
||||
error_log('updateSubmit for customer');
|
||||
$this->denyAccessUnlessGranted('customer.update', null, 'No access.');
|
||||
|
||||
// get row data
|
||||
|
|
|
|||
Loading…
Reference in a new issue