Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws authored Nov 24, 2024
1 parent 1efa2c5 commit 0709068
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async def process_request(
if (additional_params and 'sessionState' in additional_params):
session_state = additional_params['sessionState']
try:
print(session_state)
response = self.client.invoke_agent(
agentId=self.agent_id,
agentAliasId=self.agent_alias_id,
Expand Down

0 comments on commit 0709068

Please sign in to comment.