Skip to content

Commit

Permalink
Remove reference to CHALLENGE_DATA stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
snowNnik committed Oct 26, 2024
1 parent 5ba9add commit 8bd610b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/network/RuntimeComms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ export default class RuntimeComms {
(Date.now() - Number(protos.TimeStamps.decode(data).dawnTimestamp)) / 2,

Check failure on line 277 in src/main/network/RuntimeComms.ts

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

Insert `⏎···········`
);
break;
// case MsgType.CHALLENGE_DATA:
// TODO: ??? Not implemented in old Dawn
// break;
case MsgType.DEVICE_DATA:
// Convert decoded Devices to DeviceInfoStates before passing to onReceiveDevices
this.#commsListener.onReceiveDevices(
Expand Down Expand Up @@ -395,9 +392,6 @@ export default class RuntimeComms {
data as protos.ITimeStamps,
).finish();
break;
// case MsgType.CHALLENGE_DATA:
// packetData = protos.Text.encode(data as protos.IText).finish();
// break;
case MsgType.INPUTS:
// Source says input data isn't usually sent through TCP? What's that about?
packetData = protos.UserInputs.encode(
Expand Down

0 comments on commit 8bd610b

Please sign in to comment.