Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jul 18, 2024
1 parent f65f17f commit e86e8d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aproc/core/processes/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def update_status_fct(event):
try:
state.event(event)
task_id = event.get('uuid', None)
LOGGER.debug("event received: {}".format(event))
print("exception from event: {}".format(event.get('exception', None)))
print("class exception from event: {}".format(type(event.get('exception', None))))
if task_id:
status_info: StatusInfo = Processes.__retrieve_status_info__(task_id)
if status_info is None:
Expand Down

0 comments on commit e86e8d7

Please sign in to comment.