Remove traceback print for optional audio pre-load

parent e554baef
......@@ -3684,8 +3684,6 @@ def main():
except Exception as e:
print(f"Warning: Could not pre-load audio model: {e}")
print("Audio model will load on-demand when transcription is requested.")
import traceback
traceback.print_exc()
except Exception as e:
print(f"Warning: Could not pre-load audio model: {e}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment