projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c965ab
)
Print not allowed in views, remove debugging code
author
Magnus Hagander
<magnus@hagander.net>
Fri, 23 Oct 2009 17:45:42 +0000
(19:45 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 23 Oct 2009 17:45:42 +0000
(19:45 +0200)
hamnadmin/register/views.py
patch
|
blob
|
blame
|
history
diff --git
a/hamnadmin/register/views.py
b/hamnadmin/register/views.py
index 06a5a1aa9de1c14de2a4115179c5636edf35617a..11ddc9b85850d4f1f6e13c0ea7660e53e00dda5f 100644
(file)
--- a/
hamnadmin/register/views.py
+++ b/
hamnadmin/register/views.py
@@
-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: