diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-03-19 20:50:02 +0000 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-03-19 20:50:02 +0000 |
commit | a39e47202c108453cac8402b810cc0029c21c1c9 (patch) | |
tree | da4e27efe8b68acf3ba6e42392affb3398bb59f6 /clients/snmpfetchng.pl | |
parent | d637b9f2d67647fd14de3a814192b0d7dd3d332a (diff) |
NMS: Intelligent, undocumented active-ports-search
Diffstat (limited to 'clients/snmpfetchng.pl')
-rwxr-xr-x | clients/snmpfetchng.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/snmpfetchng.pl b/clients/snmpfetchng.pl index 394abae..bece8ab 100755 --- a/clients/snmpfetchng.pl +++ b/clients/snmpfetchng.pl @@ -60,7 +60,6 @@ sub populate_switches { @switches = (); my $limit = $nms::config::snmp_max; - print "called populate\n"; $qswitch->execute($limit) or die "Couldn't get switch"; $dbh->commit; |