diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-03-19 20:50:02 +0000 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 18:06:08 +0100 |
commit | 873418b97df1eb6686ab9379f70c525dbf46aeee (patch) | |
tree | 71373322ca97b7f0748f7eaa9f42394edadcefd8 /clients/snmpfetchng.pl | |
parent | 47788e2d2c95ecf4174dbb9ab8d5dafcfd552c67 (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; |