Remove extra prints

This commit is contained in:
felix.suarez 2023-10-04 14:16:30 -06:00
parent a5b6b3e0f3
commit ff81e3a68c
1 changed files with 0 additions and 5 deletions

View File

@ -3879,8 +3879,6 @@ sub module_logger ($) {
$module->{'filter'} $module->{'filter'}
); );
print($status);
return ($status); return ($status);
} }
@ -4003,9 +4001,6 @@ sub grep_logs {
($$idx_pos_ref, $$idx_ino_ref) = split(' ', $line); ($$idx_pos_ref, $$idx_ino_ref) = split(' ', $line);
close(IDXFILE); close(IDXFILE);
print($$idx_pos_ref);
print($$idx_pos_ref);
# Reset the file index if the file has changed # Reset the file index if the file has changed
$current_ino = (stat($$idx_file_ref))[1]; $current_ino = (stat($$idx_file_ref))[1];