Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
There was an extra print statement causing now commented out.
  • Loading branch information
prabhatsuman authored Apr 22, 2024
1 parent 4e89fee commit a893436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FusionIIIT/applications/examination/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def submitEntergrades(request):
students = course_registration.objects.filter(
course_id_id=course_id, working_year=year)

print(students)
# print(students)

context = {
'registrations': students,
Expand Down

0 comments on commit a893436

Please sign in to comment.