Skip to content
Snippets Groups Projects
Commit 3cc7f458 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

* Removed stray debugging info

parent f2034447
No related branches found
No related tags found
No related merge requests found
......@@ -570,7 +570,6 @@ sub unpack {
{
my $length = unpack "x C", $attrdat;
my ($type, $value) = unpack "C x a${\($length-2)}", $attrdat;
print(STDERR "Type: $type, length: $length, value: ".unpack('H*',$value).", value: >$value<\n");
if ($type == $VSA) { # Vendor-Specific Attribute
my ($vid) = unpack "N", $value;
substr ($value, 0, 4) = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment