Skip to content

Commit 0a18cbb

Browse files
AthryxSuperStormer
authored andcommitted
fixed issue
1 parent 04bde32 commit 0a18cbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/attack/5-vulns/2-append-bytes-decode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async def main():
3434
rand_bytes = random.randbytes(append_length)
3535
new_frame = frame + rand_bytes
3636
try:
37-
print(byte_offset, bit_offset)
3837
decoded = await asyncio.wait_for(
3938
asyncio.to_thread(r.decode, new_frame), 10
4039
)

0 commit comments

Comments
 (0)