mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Remove debugging code.
This commit is contained in:
parent
907ba03b1a
commit
93d7cc5253
@ -575,11 +575,7 @@ sub process_xml_data ($$$$$) {
|
|||||||
|
|
||||||
# No parent module defined
|
# No parent module defined
|
||||||
my $parent_module_name = get_tag_value ($module_data, 'module_parent', undef);
|
my $parent_module_name = get_tag_value ($module_data, 'module_parent', undef);
|
||||||
if (! defined ($parent_module_name)) {
|
next if (! defined ($parent_module_name));
|
||||||
use Data::Dumper;
|
|
||||||
print Dumper($module_data);
|
|
||||||
next;
|
|
||||||
}
|
|
||||||
|
|
||||||
link_modules($pa_config, $dbh, $agent_id, $module_name, $parent_module_name);
|
link_modules($pa_config, $dbh, $agent_id, $module_name, $parent_module_name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user