Print not allowed in views, remove debugging code
authorMagnus Hagander <magnus@hagander.net>
Fri, 23 Oct 2009 17:45:42 +0000 (19:45 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 23 Oct 2009 17:45:42 +0000 (19:45 +0200)
hamnadmin/register/views.py

index 06a5a1aa9de1c14de2a4115179c5636edf35617a..11ddc9b85850d4f1f6e13c0ea7660e53e00dda5f 100644 (file)
@@ -55,7 +55,6 @@ def new(request):
 
        # Attempting to join a team?
        if int(request.POST['team']) != -1:
-               print "team: %s" % request.POST['team']
                if not (request.POST.has_key('ok_team') and request.POST['ok_team'] == 'yesitsfine'):
                        raise pExcept('You must confirm that the owner of the team knows about you joining it.')
                try: