mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Pretty up the discovery process output
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
* needs RSTP-MIB
|
||||
*/
|
||||
|
||||
echo "Spanning Tree: ";
|
||||
|
||||
// Pre-cache existing state of STP for this device from database
|
||||
$stp_db = dbFetchRow('SELECT * FROM `stp` WHERE `device_id` = ?', array($device['device_id']));
|
||||
//d_echo($stp_db);
|
||||
|
Reference in New Issue
Block a user