Skip to content

Commit

Permalink
remove "status" from object literals for Tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
dfischer23 committed Oct 11, 2022
1 parent 5d52845 commit 83e9581
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const theTrackedThing: Tracker = {
speed: zeroVector,
acceleration: zeroVector,
target: zeroVector,
status: true,
validity: 1,
}

Expand Down
1 change: 0 additions & 1 deletion src/sendUdp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const theTrackedThing: Tracker = {
speed: zeroVector,
acceleration: zeroVector,
target: zeroVector,
status: true,
validity: 1,
}

Expand Down

0 comments on commit 83e9581

Please sign in to comment.