Skip to content

Commit

Permalink
AGM-244 remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
serotonine authored and serotonine committed Dec 3, 2020
1 parent d8cc048 commit 5f22fa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/breadcrumb_ec_corporate.component.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function header_footer_corporate_easy_breadcrumb_breadcrumb_alter(array &$breadc

// Classify current element.
$last_breadcrumb = array_pop($breadcrumb);
ddl($last_breadcrumb,'$last_breadcrumb');
if(is_array($last_breadcrumb)) {
$content = $last_breadcrumb['content'];
$last_breadcrumb = array(
Expand Down

0 comments on commit 5f22fa0

Please sign in to comment.