Commit f2635f3b authored by Brian Peterson's avatar Brian Peterson

Drop debugging statement

parent 3e775d4d
......@@ -38,7 +38,6 @@
{% else %}
{% set class_name = child.get_class_name() %}
{%- if child.is_active(admin_view) %}
{{ child.is_active(admin_view) }}
<li class="active{% if class_name %} {{class_name}}{% endif %}">
{% else %}
<li{% if class_name %} class="{{class_name}}"{% endif %}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment