Skip to content

Commit 31cc4f4

Browse files
committed
chore: remove print data
1 parent 3102633 commit 31cc4f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/apps/chat/task/llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ def run_task(self, in_chat: bool = True):
834834

835835
# execute sql
836836
result = self.execute_sql(sql=sql)
837-
print(result)
838837
self.save_sql_data(data_obj=result)
839838
if in_chat:
840839
yield orjson.dumps({'content': 'execute-success', 'type': 'sql-data'}).decode() + '\n\n'

0 commit comments

Comments
 (0)