Skip to content
Snippets Groups Projects
Commit ac803fba authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-382: minor rewrite of logging

parent 30eec426
No related branches found
No related tags found
No related merge requests found
...@@ -202,12 +202,7 @@ class SchedulingUnitFlow(Flow): ...@@ -202,12 +202,7 @@ class SchedulingUnitFlow(Flow):
and (activation.process.qa_reporting_sos is not None and activation.process.qa_reporting_sos.sos_accept_show_pi) and (activation.process.qa_reporting_sos is not None and activation.process.qa_reporting_sos.sos_accept_show_pi)
and (activation.process.decide_acceptance is not None and activation.process.decide_acceptance.sos_accept_after_pi)) and (activation.process.decide_acceptance is not None and activation.process.decide_acceptance.sos_accept_after_pi))
logger.info("!!!!!!!!!!!END FLOW!!!!!!!!!!!") logger.info("End of schedulingunit workflow: can_delete: %s, results_accepted: %s", activation.process.can_delete, activation.process.results_accepted)
logger.info ("can_delete:")
logger.info (activation.process.can_delete)
logger.info ("results_accepted:")
logger.info (activation.process.results_accepted)
return activation return activation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment