diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index b48590074c..e68a74bcf1 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1901,12 +1901,6 @@ if ($enable_module) { 'Fail to enable #'.$enable_module.' | '.$module_name.' | '.$agent['alias'] ); } - - ui_print_result_message( - $result, - __('Successfully enabled'), - __('Could not be enabled') - ); } if ($disable_module) { @@ -1942,12 +1936,6 @@ if ($disable_module) { 'Fail to disable #'.$disable_module.' | '.$module_name.' | '.$agent['alias'] ); } - - ui_print_result_message( - $result, - __('Successfully disabled'), - __('Could not be disabled') - ); } // Fix to stop the module from being added to the agent's conf