Skip to content

Commit

Permalink
remove excessive log
Browse files Browse the repository at this point in the history
  • Loading branch information
arhihihipov committed Apr 2, 2024
1 parent a67df4f commit cf032d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/audio_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def _try_extract_and_process(self):
return
try:
audio_length = librosa.get_duration(path=presentation_record_file)
logger.info(f'audio record length: {audio_length} s')

start_time = time.time()

Expand Down

0 comments on commit cf032d2

Please sign in to comment.