Pretty up the discovery process output

This commit is contained in:
laf
2016-06-21 00:59:43 +01:00
parent 7bc3e3e33e
commit 558dfb2344
32 changed files with 16 additions and 59 deletions

View File

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