MightyOctopus commited on
Commit
7d7b347
·
1 Parent(s): 149ccee

Remove unnecessary comment

Browse files
agents/deterministic_planning_agent.py CHANGED
@@ -64,8 +64,6 @@ class DeterministicPlanningAgent(Agent):
64
 
65
  return None
66
 
67
- ### Where the return value passes forward to?
68
-
69
 
70
 
71
 
 
64
 
65
  return None
66
 
 
 
67
 
68
 
69