Remove debug comment

This commit is contained in:
Eric A. Miller
2012-12-07 21:28:48 -05:00
parent c3d5631c3c
commit 999dd1f468

View File

@@ -170,7 +170,6 @@ sub cd11_txrate {
elsif ( $rate =~ /^m/ ) { elsif ( $rate =~ /^m/ ) {
my $band = $protos->{$idx}; my $band = $protos->{$idx};
my $bw = $bws->{$band}; my $bw = $bws->{$band};
#print "IDX: $idx Rate: $rate Band: $band BW: $bw\n";
$cd11_txrate->{$idx} = [ $mcs_index->{$bw}->{$rate} || '0.0' ]; $cd11_txrate->{$idx} = [ $mcs_index->{$bw}->{$rate} || '0.0' ];
} }
else { else {