Skip to content

Commit dae6159

Browse files
IcebluewolfLulalaby
authored andcommitted
chore: Remove Prints
1 parent 2b66deb commit dae6159

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

discord/voice_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,6 @@ def _decrypt_aead_xchacha20_poly1305_rtpsize(self, header, data):
639639
nonce = bytearray(24)
640640
nonce[:4] = data[-4:]
641641
data = data[:-4]
642-
print(bytes(data))
643-
print(bytes(header))
644642

645643
return self.strip_header_ext(
646644
box.decrypt(bytes(data), bytes(header), bytes(nonce))

0 commit comments

Comments
 (0)