Skip to content

Commit

Permalink
scan: Remove debug print
Browse files Browse the repository at this point in the history
Rayzeq authored and cathay4t committed Oct 21, 2024

Verified

This commit was signed with the committer’s verified signature.
adamperkowski Adam Perkowski
1 parent c0dcf88 commit 1ff5dac
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
@@ -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],
)?;

0 comments on commit 1ff5dac

Please sign in to comment.