aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmpfetchng.pl
diff options
context:
space:
mode:
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;