Skip to content

Commit

Permalink
scan: Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayzeq committed Oct 10, 2024
1 parent 21896a4 commit 236252c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wifi4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ impl Nl80211ElementHtCap {
&buf[offset..offset + Nl80211HtTransmitBeamformingCaps::LENGTH],
)?;
offset += Nl80211HtTransmitBeamformingCaps::LENGTH;
println!("HAHA offset {:?}", offset);
let asel_cap = Nl80211HtAselCaps::parse(
&buf[offset..offset + Nl80211HtAselCaps::LENGTH],
)?;
Expand Down

0 comments on commit 236252c

Please sign in to comment.