aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-17 16:12:41 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-17 16:12:41 +0200
commit8458a6aba1c7f1528e1fd8a0fa49ab34d7e6b3c9 (patch)
treeb59f1f62f41d918c9b0e7c279492da9ab10555ef
parent993f4d4a483bb7be84d812b831f34420c19046f8 (diff)
Remove some debugging.
-rwxr-xr-xclients/snmpfetch.pl2
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)";