Skip to content

Commit

Permalink
🔥 remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed May 24, 2024
1 parent 8dd58bd commit c38f4cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tracex_project/db_results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ def get_context_data(self, **kwargs):
traces = Trace.manager.all()

cohorts = Cohort.manager.filter(trace__in=traces)
print(
cohorts.values(
"trace", "age", "sex", "origin", "condition", "preexisting_condition"
)
)
cohorts_data = list(
cohorts.values(
"trace", "age", "sex", "origin", "condition", "preexisting_condition"
Expand Down

0 comments on commit c38f4cf

Please sign in to comment.