diff options
Diffstat (limited to 'clients/snmpfetch.pl')
-rwxr-xr-x | clients/snmpfetch.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/snmpfetch.pl b/clients/snmpfetch.pl index 3d34126..009c155 100755 --- a/clients/snmpfetch.pl +++ b/clients/snmpfetch.pl @@ -179,8 +179,6 @@ sub callback { my ($in, $out, $ine, $oute) = (undef, undef, undef, undef); - printf "port %d: %s\n", $port, $vars; - for my $var (@$vars) { if ($port != $var->[1]) { die "Response for unknown OID $var->[0].$var->[1] (expected port $port)"; |