Removed debug default agents to create value

This commit is contained in:
Enrique Martin 2023-12-11 12:14:19 +01:00
parent 28d6b73bd8
commit 93293f41ef
1 changed files with 0 additions and 1 deletions

View File

@ -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) {