From ff81e3a68cf20c45d7d7aa29ff3e26c7fe06e09d Mon Sep 17 00:00:00 2001 From: "felix.suarez" Date: Wed, 4 Oct 2023 14:16:30 -0600 Subject: [PATCH] Remove extra prints --- pandora_agents/unix/pandora_agent | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 1988db1bae..6310c3466b 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -3879,8 +3879,6 @@ sub module_logger ($) { $module->{'filter'} ); - print($status); - return ($status); } @@ -4003,9 +4001,6 @@ sub grep_logs { ($$idx_pos_ref, $$idx_ino_ref) = split(' ', $line); 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];