From ad3020bb39c3ff290e02500eec6ce4c02e1e3810 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Wed, 16 Mar 2022 17:37:35 +0000 Subject: [PATCH] ISTWCMS-5337: removing testing variable --- src/Service/UwNodeData.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/UwNodeData.php b/src/Service/UwNodeData.php index 4d2e8cf3..2eaa5117 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); } -- GitLab