Skip to content

Commit

Permalink
revert debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntelk committed Dec 1, 2023
1 parent b2ee573 commit fe24a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tracker/mode_s/frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ func (f *Frame) AltitudeStr() string {
return ""
}

return fmt.Sprintf("%d %s M=%t, Q=%t", f.altitude, f.AltitudeUnits(), f.acM, f.acQ)
// return fmt.Sprintf("%d %s M=%t, Q=%t", f.altitude, f.AltitudeUnits(), f.acM, f.acQ)
return fmt.Sprintf("%d %s", f.altitude, f.AltitudeUnits())
}

Expand Down

0 comments on commit fe24a76

Please sign in to comment.