Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Feb 16, 2024
1 parent 061be94 commit 59cdf97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robot-server/robot_server/protocols/protocol_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async def analyze(
)
except Exception as error:
internal_error = await em.map_unexpected_error(error=error)
print(f"runner raised exception with error: {internal_error}")
await self._analysis_store.update(
analysis_id=analysis_id,
robot_type=protocol_resource.source.robot_type,
Expand Down

0 comments on commit 59cdf97

Please sign in to comment.