Skip to content

Commit 7f18716

Browse files
committed
chore: Remove Prints
1 parent f53bf90 commit 7f18716

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
@@ -638,8 +638,6 @@ def _decrypt_aead_xchacha20_poly1305_rtpsize(self, header, data):
638638
nonce = bytearray(24)
639639
nonce[:4] = data[-4:]
640640
data = data[:-4]
641-
print(bytes(data))
642-
print(bytes(header))
643641

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

0 commit comments

Comments
 (0)