aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmpfetchng.pl
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-03-19 20:50:02 +0000
committerKristian Lyngstol <kly@kly.no>2016-03-19 20:50:02 +0000
commita39e47202c108453cac8402b810cc0029c21c1c9 (patch)
treeda4e27efe8b68acf3ba6e42392affb3398bb59f6 /clients/snmpfetchng.pl
parentd637b9f2d67647fd14de3a814192b0d7dd3d332a (diff)
NMS: Intelligent, undocumented active-ports-search
Diffstat (limited to 'clients/snmpfetchng.pl')
-rwxr-xr-xclients/snmpfetchng.pl1
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;