From ad9672eeb4564ab86ce3202a70fa35f81499ca7c Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sat, 11 Oct 2008 20:09:15 -0400 Subject: drop some print statements --- todolists/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/todolists/views.py b/todolists/views.py index 70e55be..3c03b30 100644 --- a/todolists/views.py +++ b/todolists/views.py @@ -122,9 +122,7 @@ def send_todolist_email(todo): package has been added to a to-do list''' if todo.pkg.maintainer_id == 0: return - print todo - print todo.list_id - print todo.list.name + page_dict = { 'pkg': todo.pkg, 'todolist': todo.list, -- cgit v1.2.3-24-g4f1b