Skip to content

Commit

Permalink
remove workaround for hex == 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 17, 2020
1 parent 57de8c4 commit 53eb4d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mlat/server/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ def write_result(self, receive_timestamp, address, ecef, ecef_cov, receivers, di
if ac.last_altitude_time is None or receive_timestamp - ac.last_altitude_time > 5:
vrate = ''

if address == 0:
address = 0xfffabc

line = self.TEMPLATE.format(mtype=3,
addr=address,
rcv_date=format_date(receive_timestamp),
Expand Down

0 comments on commit 53eb4d9

Please sign in to comment.