Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-sg committed Mar 21, 2024
1 parent bc1bb92 commit 94e4241
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MAVProxy/modules/mavproxy_chat/chat_voice_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ def record_audio(self):
else:
isSpeaking = False
curr_time = time.time()
print(time_stop-curr_time)
if isSpeaking:
print("speaking")
print("recording ended")
# Stop and close the stream
stream.stop_stream()
stream.close()
Expand Down

0 comments on commit 94e4241

Please sign in to comment.