From 170c2bbd6a8b685d8d11d01e3435eaf4874002db Mon Sep 17 00:00:00 2001
From: Subliminal Guy <subliminal_kid@posteo.de>
Date: Sat, 31 May 2025 14:03:31 +0200
Subject: [PATCH] Remove PathLog

---
 app/webservice.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/webservice.py b/app/webservice.py
index 87938f4..68dd781 100644
--- a/app/webservice.py
+++ b/app/webservice.py
@@ -98,8 +98,8 @@ async def asr(
     # construct file path
     audio_path = os.path.join(f'{current_directory}/files', file_name)
 
-    # Print the current working directory
-    print("file path", audio_path)
+    # # Print the current working directory
+    # print("file path", audio_path)
 
     # Run transcription in a background thread to keep the event loop responsive
     def _run_transcription():
-- 
GitLab