taha454 commited on
Commit
fc64104
·
verified ·
1 Parent(s): 406fce8

removed debug print

Browse files
Files changed (1) hide show
  1. agent/agent_graph/Graph_Nodes.py +0 -1
agent/agent_graph/Graph_Nodes.py CHANGED
@@ -23,7 +23,6 @@ class GraphNode:
23
  {"final_ans_report": string of response}
24
  """
25
 
26
- print(state)
27
 
28
  prompt: str | None = None # Initialize prompt to None with a type hint
29
 
 
23
  {"final_ans_report": string of response}
24
  """
25
 
 
26
 
27
  prompt: str | None = None # Initialize prompt to None with a type hint
28