소스 검색

refac: rm print statement

Timothy Jaeryang Baek 3 달 전
부모
커밋
33fffd6b1d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      backend/open_webui/routers/tasks.py

+ 0 - 2
backend/open_webui/routers/tasks.py

@@ -173,8 +173,6 @@ async def generate_title(
             flags=re.S,
         ).strip()
 
-    print(messages)
-
     content = title_generation_template(
         template,
         messages,