删除 print

This commit is contained in:
virusdefender 2015-08-25 10:56:40 +08:00
parent fa5f7a0b38
commit c5d5aa87c4

View File

@ -109,8 +109,6 @@ def contest_problem_submissions_list_page(request, contest_id, page=1):
except Exception: except Exception:
pass pass
print current_page
return render(request, "oj/contest/submissions_list.html", return render(request, "oj/contest/submissions_list.html",
{"submissions": current_page, "page": int(page), {"submissions": current_page, "page": int(page),
"previous_page": previous_page, "next_page": next_page, "start_id": int(page) * 20 - 20, "previous_page": previous_page, "next_page": next_page, "start_id": int(page) * 20 - 20,