lib/calcms: remove debug code

This commit is contained in:
Milan
2022-11-18 23:13:08 +01:00
parent 267ebb33c0
commit 9d5b154b69
31 changed files with 3 additions and 150 deletions

View File

@@ -623,11 +623,6 @@ sub check_params ($$) {
$comment->{type} = 'tree';
}
my $debug = $params->{debug} || '';
if ( $debug =~ /([a-z\_\,]+)/ ) {
$comment->{debug} = $1;
}
log::error( $config, 'missing parameter a' ) if ( defined $params->{limit} ) && ( $comment->{limit} eq '' );
log::error( $config, 'missing parameter b' ) if ( defined $params->{event_id} ) && ( $comment->{event_id} eq '' );
log::error( $config, 'missing parameter c' )