mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove debug statement
This commit is contained in:
@ -693,9 +693,7 @@ function get_graph_subtypes($type) {
|
||||
|
||||
// find the MIB subtypes
|
||||
foreach ($config['graph_types'] as $type => $unused1) {
|
||||
print_r($type);
|
||||
foreach ($config['graph_types'][$type] as $subtype => $unused2) {
|
||||
print_r($subtype);
|
||||
if (is_mib_graph($type, $subtype)) {
|
||||
$types[] = $subtype;
|
||||
}
|
||||
|
Reference in New Issue
Block a user