Remove log. #616
This commit is contained in:
parent
4452efae48
commit
e70dffe962
1 changed files with 0 additions and 1 deletions
|
|
@ -2459,7 +2459,6 @@ class ReportController extends Controller
|
||||||
// go through rows
|
// go through rows
|
||||||
while ($row = $stmt->fetch(PDO::FETCH_NUM))
|
while ($row = $stmt->fetch(PDO::FETCH_NUM))
|
||||||
{
|
{
|
||||||
error_log($row[0]);
|
|
||||||
// get jo details using the id
|
// get jo details using the id
|
||||||
$jo_id = $row[0];
|
$jo_id = $row[0];
|
||||||
$jo = $em->getRepository(JobOrder::class)->find($jo_id);
|
$jo = $em->getRepository(JobOrder::class)->find($jo_id);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue