diff --git a/app/webservice.py b/app/webservice.py
index 87938f4283850927c508c1439de85f668edce2a4..68dd781d08a608dd40eafa7c15bc58af7e047ac9 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():