diff options
Diffstat (limited to 'clients')
-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; |