mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
删除 print
This commit is contained in:
parent
fa5f7a0b38
commit
c5d5aa87c4
@ -109,8 +109,6 @@ def contest_problem_submissions_list_page(request, contest_id, page=1):
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
print current_page
|
||||
|
||||
return render(request, "oj/contest/submissions_list.html",
|
||||
{"submissions": current_page, "page": int(page),
|
||||
"previous_page": previous_page, "next_page": next_page, "start_id": int(page) * 20 - 20,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user