mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Remove extra prints
This commit is contained in:
parent
a5b6b3e0f3
commit
ff81e3a68c
@ -3879,8 +3879,6 @@ sub module_logger ($) {
|
||||
$module->{'filter'}
|
||||
);
|
||||
|
||||
print($status);
|
||||
|
||||
return ($status);
|
||||
}
|
||||
|
||||
@ -4004,9 +4002,6 @@ sub grep_logs {
|
||||
|
||||
close(IDXFILE);
|
||||
|
||||
print($$idx_pos_ref);
|
||||
print($$idx_pos_ref);
|
||||
|
||||
# Reset the file index if the file has changed
|
||||
$current_ino = (stat($$idx_file_ref))[1];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user