Remove debug logs

This commit is contained in:
felix.suarez 2023-10-23 11:53:38 -06:00
parent e81aadc812
commit b7cad88028
1 changed files with 0 additions and 2 deletions

View File

@ -4091,8 +4091,6 @@ sub grep_logs {
sub create_log($$){
my ($module_name, @data) = @_;
log_message("Debug", $module_name);
log_message("Debug", join('', @data));
# No data
if ($#data < 0) {