Skip to content

Commit fe1c0f6

Browse files
committed
[teams] feat(injector): improv code
1 parent d2196cc commit fe1c0f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

teams/teams/openaev_teams.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ def process_message(self, data: Dict) -> None:
6565
# Execute inject
6666
try:
6767
result = self.execute(data)
68-
print(result.json())
6968

7069
callback_data = {
7170
"execution_message": result.message,
72-
"execution_output_structured": {},
7371
"execution_status": "SUCCESS" if result.success else "ERROR",
7472
"execution_duration": int(time.time() - start),
7573
"execution_action": "complete",

0 commit comments

Comments
 (0)