category.cgi: remove debug

This commit is contained in:
Milan
2020-04-09 23:01:15 +02:00
parent b442bf0fc8
commit 29951c2f63

View File

@@ -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
};
}