Skip to content

Commit de8470e

Browse files
removed print statement
1 parent 03b17bd commit de8470e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/plugins/chat_with_data_plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ async def generate_chart_data(
174174
):
175175
query = input
176176
query = query.strip()
177-
print("Query for chart data:", query, flush=True)
178177
try:
179178
agent_info = await ChartAgentFactory.get_agent()
180179
agent = agent_info["agent"]
@@ -208,5 +207,4 @@ async def generate_chart_data(
208207

209208
except Exception:
210209
chartdata = 'Details could not be retrieved. Please try again later.'
211-
print("Chart data:", chartdata, flush=True)
212210
return chartdata

0 commit comments

Comments
 (0)