remove unnecessary print

This commit is contained in:
Moishe Lettvin
2024-03-11 13:20:28 -04:00
parent 977c12d530
commit f8ae264957

View File

@@ -36,7 +36,6 @@ async def main(room_url):
nonlocal participant_name
await other_joined_event.wait()
print("done waiting")
await tts.say(
"Hello there, " + participant_name + "!",
transport.send_queue,