diff --git a/website/agenda/category.cgi b/website/agenda/category.cgi index 47b6bea..4ad5762 100755 --- a/website/agenda/category.cgi +++ b/website/agenda/category.cgi @@ -111,14 +111,8 @@ sub check_params { my $template = template::check( $config, $params->{template}, 'categories.html' ); - my $debug = $params->{debug} || ''; - if ( $debug =~ /([a-z\_\,]+)/ ) { - $debug = $1; - } - return { template => $template, - debug => $debug }; }