Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
remove debug
  • Loading branch information
eric-intuitem committed Feb 25, 2024
1 parent 67e8dee commit b186842
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/core/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ def risks_count_per_level(user: User, risk_assessments: list | None = None):
residual_level.append(
{"name": r[0], "value": r[1]["count"], "color": r[1]["color"], "localName": camel_case(r[0])}
)
print("current", current_level, "residual", residual_level)
return {"current": current_level, "residual": residual_level}


Expand Down Expand Up @@ -709,7 +708,6 @@ def risk_status(user: User, risk_assessment_list):
names.append(str(risk_assessment.project) + " " + str(risk_assessment.version))

y_max_rsk = max(max_tmp, default=0) + 1
print("y_max_rsk: ", y_max_rsk)

return {
"names": names,
Expand Down

0 comments on commit b186842

Please sign in to comment.