Skip to content

Commit 36a490c

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents 2768286 + 31cc4f4 commit 36a490c

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)