diff --git a/src/Service/UwNodeData.php b/src/Service/UwNodeData.php index 4d2e8cf373d549f46ce27f25af6313b4d84282cd..2eaa511793ee75cbc685d4e6190f85af2c6f3571 100644 --- a/src/Service/UwNodeData.php +++ b/src/Service/UwNodeData.php @@ -85,7 +85,6 @@ class UwNodeData { $bundle = str_replace('uw_ct_', '', $node->getType()); $node_data['bundle'] = str_replace('_', '-', $bundle); - $test = $this->cleanNodeData($node_data); return $this->cleanNodeData($node_data); }