Skip to content

Commit

Permalink
Removed print statement in generators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mario872 committed Jul 15, 2024
1 parent b88f2d0 commit a8de3de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sentralify/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,4 @@ def generate_student_details(data: dict):
"total": current_year_data["total_count"]
})

print(details['awards'])

return details
return details

0 comments on commit a8de3de

Please sign in to comment.