George Baugh 2 лет назад
Родитель
Сommit
5ca036759e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      lib/Trog/Routes/HTML.pm

+ 0 - 1
lib/Trog/Routes/HTML.pm

@@ -252,7 +252,6 @@ sub index ( $query, $content = '', $i_styles = [] ) {
     my $footbar   = Trog::Renderer->render( template => $footbar,   data => $query, component => 1, contenttype => 'text/html' );
     return $footbar if ref $footbar eq 'ARRAY';
     my $categorybar   = Trog::Renderer->render( template => $categorybar,   data => { %$query, categories => \@series}, component => 1, contenttype => 'text/html' );
-    DEBUG(\@series);
     return $categorybar if ref $categorybar eq 'ARRAY';
 
     return finish_render(