Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jan 29, 2024
1 parent 0c37284 commit 2fb6a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/packetmuxer/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ func (ws *workersState) startHardReset() error {
ws.hardResetCount += 1

// emit a CONTROL_HARD_RESET_CLIENT_V2 pkt
// packet, err := ws.sessionManager.NewPacket(model.P_CONTROL_HARD_RESET_CLIENT_V2, nil)
first := false
if ws.hardResetCount == 1 {
first = true
Expand Down

0 comments on commit 2fb6a3c

Please sign in to comment.