From 93293f41ef9504113bfb762691537a1c6b784f87 Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Mon, 11 Dec 2023 12:14:19 +0100 Subject: [PATCH] Removed debug default agents to create value --- pandora_console/include/ajax/demo_data.ajax.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/ajax/demo_data.ajax.php b/pandora_console/include/ajax/demo_data.ajax.php index d63a5f4ad0..600ee6503d 100644 --- a/pandora_console/include/ajax/demo_data.ajax.php +++ b/pandora_console/include/ajax/demo_data.ajax.php @@ -118,7 +118,6 @@ if ($action === 'create_demo_data') { } $total_agents_to_create = (int) get_parameter('agents_num', 0); - $total_agents_to_create = 30; $total_items_count = count($parsed_ini); if ($total_agents_to_create > 0) {