code cleanup

This commit is contained in:
Braelyn Boynton
2024-04-02 12:25:52 -07:00
parent 4402c9be74
commit 45e307b98a
3 changed files with 1 additions and 3 deletions

View File

@@ -347,7 +347,6 @@ class Crew(BaseModel):
if self.max_rpm:
self._rpm_controller.stop_rpm_counter()
print('ending')
agentops.end_session(end_state="Success", end_state_reason="Finished Execution")
self._telemetry.end_crew(self, output)