浏览代码

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,