diff --git a/src/DataDog/AuditBundle/Controller/AuditLogController.php b/src/DataDog/AuditBundle/Controller/AuditLogController.php index 3aca425..58b1322 100755 --- a/src/DataDog/AuditBundle/Controller/AuditLogController.php +++ b/src/DataDog/AuditBundle/Controller/AuditLogController.php @@ -33,8 +33,7 @@ public function getAllAction(Request $request) { $result = $this->get(AuditLogService::class)->getAll($options); $logs = json_decode($this->container->get('jms_serializer')->serialize($result["data"], 'json') ,true); $result["data"] = $logs; - // dd($result["data"]); return new DataTableRestResponse($result); } -} \ No newline at end of file +}