Skip to content
Snippets Groups Projects
Commit 60905a8f authored by git's avatar git Committed by Aaron Bauman
Browse files

Issue #2833454 by renatog: Unused variable in MappedObjectController.php

parent a4fb119a
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ class MappedObjectController extends ControllerBase { ...@@ -85,7 +85,6 @@ class MappedObjectController extends ControllerBase {
* Array of page elements to render. * Array of page elements to render.
*/ */
public function view(RouteMatchInterface $route_match) { public function view(RouteMatchInterface $route_match) {
$output = [];
$entity = $this->getEntity($route_match); $entity = $this->getEntity($route_match);
$salesforce_mapped_object = $this->getMappedObject($entity); $salesforce_mapped_object = $this->getMappedObject($entity);
if ($salesforce_mapped_object->isNew()) { if ($salesforce_mapped_object->isNew()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment