Selaa lähdekoodia

Removed dpm from code

Stephen Ficklin 8 vuotta sitten
vanhempi
commit
4baefc9558
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      tripal_core/includes/tripal_core.toc.inc

+ 0 - 1
tripal_core/includes/tripal_core.toc.inc

@@ -483,7 +483,6 @@ function tripal_core_node_view_build_toc(&$build) {
       $toc_item_title = $overrides['title'] ? $overrides['title'] : $toc_item_title;
       $toc_item_title = $overrides['title'] ? $overrides['title'] : $toc_item_title;
       $weight = $overrides['weight'] ? $overrides['weight'] : $weight;
       $weight = $overrides['weight'] ? $overrides['weight'] : $weight;
       $hide = $overrides['hide'] ? $overrides['hide'] : $hide;
       $hide = $overrides['hide'] ? $overrides['hide'] : $hide;
-      dpm($toc_item_title);
       $toc_item_link = "<div class=\"tripal_toc_list_item\"><a id=\"$toc_item_id\" class=\"tripal_toc_list_item_link\" href=\"?pane=$toc_item_id\">$toc_item_title</a></div>";
       $toc_item_link = "<div class=\"tripal_toc_list_item\"><a id=\"$toc_item_id\" class=\"tripal_toc_list_item_link\" href=\"?pane=$toc_item_id\">$toc_item_title</a></div>";