Remove log. #616

This commit is contained in:
Korina Cordero 2021-08-17 10:26:06 +00:00
parent 4452efae48
commit e70dffe962

View file

@ -2459,7 +2459,6 @@ class ReportController extends Controller
// go through rows
while ($row = $stmt->fetch(PDO::FETCH_NUM))
{
error_log($row[0]);
// get jo details using the id
$jo_id = $row[0];
$jo = $em->getRepository(JobOrder::class)->find($jo_id);