Skip to content

Commit

Permalink
uasc: remove debug log
Browse files Browse the repository at this point in the history
Fixes #760
  • Loading branch information
magiconair committed Dec 20, 2024
1 parent 74c8438 commit d09bbde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uasc/secure_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ func (s *SecureChannel) sendAsyncWithTimeout(
}
if i > 0 { // fix sequence number on subsequent chunks
number := instance.nextSequenceNumber()
log.Printf("burning sequence number %d", number)
binary.LittleEndian.PutUint32(chunk[16:], uint32(number))
}

Expand Down

0 comments on commit d09bbde

Please sign in to comment.