Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Oct 31, 2024
1 parent eb33cf3 commit 5873e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binex/src/message/record/ephemeris/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl EphemerisFrame {
// decode FID
let (bnxi, size) = Message::decode_bnxi(&buf, big_endian);
let fid = FieldID::from(bnxi);
println!("bnx01-eph fid={:?}", fid);

match fid {
FieldID::GPSRaw => {
Expand Down

0 comments on commit 5873e53

Please sign in to comment.