From 4114b25b4263c6ee37280a7533c0312ac6b484b7 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 7 Aug 2025 23:29:28 -0500 Subject: [PATCH] bug fix --- www/html/_plugins/agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/html/_plugins/agent.py b/www/html/_plugins/agent.py index 9f8f20b..0cb7a6e 100644 --- a/www/html/_plugins/agent.py +++ b/www/html/_plugins/agent.py @@ -135,8 +135,6 @@ def AIProxy (_label,_query,_path,_CATALOG) : _about = f'{_about}\n{_var} = {_value}' _qcat['sql'] = _qcat['sql'].replace(f':{_var}',_value) - print (_qcat) - print (' ******************** ') _catalog = _qreader.read(**_qcat).to_csv(index=0) _about = f"The queries will run on {_provider} database.\n{_about}" r = _agent.toSQL(_query,_catalog, _about)