diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php
index d7a07ec50d8edc85754e434d200c36adfca4cc53..8a542d07ad2807b64c34ac715a2ce1c70e67dba2 100644
--- a/module/VuDL/src/VuDL/Connection/Fedora.php
+++ b/module/VuDL/src/VuDL/Connection/Fedora.php
@@ -353,7 +353,6 @@ class Fedora extends AbstractBase
             $path = $current['path'];
             $path[$current['id']] = $record['title'];
             foreach ($record['children'] as $cid) {
-                var_dump($cid);
                 // At target
                 if ($cid == $id) {
                     array_push($ret, $path);