diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-17 16:12:41 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-17 16:12:41 +0200 |
commit | 8458a6aba1c7f1528e1fd8a0fa49ab34d7e6b3c9 (patch) | |
tree | b59f1f62f41d918c9b0e7c279492da9ab10555ef | |
parent | 993f4d4a483bb7be84d812b831f34420c19046f8 (diff) |
Remove some debugging.
-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)"; |