Skip to content

Commit

Permalink
removing dd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmendoza20111 authored Sep 17, 2019
1 parent ec28547 commit 96911f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DataDog/AuditBundle/Controller/AuditLogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

}
}

0 comments on commit 96911f8

Please sign in to comment.