From a95ad2e17722aa6c0139a04227e8fbe61c6739c8 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 15 Apr 2014 09:34:16 -0400 Subject: [PATCH] I need to see a doctor about leaving dev comments in code. --- module/VuDL/src/VuDL/Connection/Fedora.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php index d7a07ec50d8..8a542d07ad2 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); -- GitLab