projects
/
pgmailmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
585cbe6
)
Oops, remove debugging code
author
Magnus Hagander
<
[email protected]
>
Fri, 17 Aug 2012 19:11:00 +0000
(21:11 +0200)
committer
Magnus Hagander
<
[email protected]
>
Fri, 17 Aug 2012 19:11:00 +0000
(21:11 +0200)
pgmailmgr/mailmgr/views.py
|
blob
|
blame
|
history
diff --git
a/pgmailmgr/mailmgr/views.py
b/pgmailmgr/mailmgr/views.py
index 1c98a30f20e13d798b1a303716063ee348e29ae9..7ec2de19ac8d563dfbab030c1a28a62b50681113 100644
(file)
--- a/
pgmailmgr/mailmgr/views.py
+++ b/
pgmailmgr/mailmgr/views.py
@@
-12,7
+12,6
@@
def log(user, what):
l = Log()
l.user = user
l.what = what
- print l
l.save()
@login_required