Remove debug code from JO handler #800
This commit is contained in:
parent
7b6afbb099
commit
5cf2c3619f
1 changed files with 0 additions and 2 deletions
|
|
@ -3482,8 +3482,6 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
// get riders for dropdown
|
||||
$params['riders'] = $this->em->getRepository(Rider::class)->findAll();
|
||||
|
||||
error_log("YEO----------------------------------");
|
||||
|
||||
// get hubs for dropdown
|
||||
$params['hubs'] = $this->em->getRepository(Hub::class)->findBy(['flag_hub_view' => true]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue