diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f6babcb398..5844983a25 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-10-27 Miguel de Dios + + * godmode/agentes/configurar_agente.php, + godmode/massive/massive_edit_agents.php: erased the calls "debugPrint" found + in source code. + 2010-10-27 Miguel de Dios * include/functions_db.php: in function "pandora_audit" added new parameter diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 00e3ee0cc8..9a3d739089 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -754,7 +754,7 @@ if ($duplicate_module){ // DUPLICATE agent module ! $result = copy_agent_module_to_agent ($id_duplicate_module, get_agentmodule_agent($id_duplicate_module), __('copy of').' '.get_agentmodule_name($id_duplicate_module)); - debugPrint(var_dump($result)); + } // UPDATE GIS diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index bab92e2003..ba403918b0 100644 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -42,7 +42,7 @@ if (is_ajax ()) { if (file_exists ($config["remote_config"]."/md5/".$agent_md5.".md5")) $cont ++; } - debugPrint($cont); + return; } }