Skip to content

Commit 09b8a43

Browse files
authored
Update client.py
stupid thing
1 parent 186728d commit 09b8a43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def listen(self):
4848
while RUNNING:
4949
try:
5050
packet, origin = self.socket.recvfrom(FRAMES_PER_BUFFER * 2 + 2)
51-
print(f"PLAYBACK DATA CAME FROM {origin}")
5251
formatted_data = packet[2:]
5352
self.playback_buffer.put(formatted_data)
5453
except OSError:

0 commit comments

Comments
 (0)