removed stray debug statement

This commit is contained in:
Stephen McQuay 2013-04-24 00:28:41 -07:00
parent fbaaecd2af
commit b8a472ef7f
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ def home(request):
def attempt(request):
print(dict(request.session))
d = request.POST.dict()
r = _validate_solution(d)
if r: