Skip to content
Snippets Groups Projects
Commit 9ef85d6c authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-385] Remove a stupid var_dump().

parent f6e590ce
No related branches found
No related tags found
No related merge requests found
......@@ -762,7 +762,6 @@ class Unl_Migration_Tool
$breadcrumbs = $breadcrumbs->getElementsByTagName('a');
$breadcrumb = $breadcrumbs->item($breadcrumbs->length - 1);
if ($breadcrumb) {
var_dump($breadcrumb);
$breadcrumb = $breadcrumb->getAttribute('href');
$breadcrumb = $this->_makeLinkAbsolute($breadcrumb, $path);
if (substr($breadcrumb, 0, strlen($this->_baseUrl)) == $this->_baseUrl && $breadcrumb != $this->_baseUrl) {
......
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