Removed debug default agents to create value
This commit is contained in:
parent
28d6b73bd8
commit
93293f41ef
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue