From 66132df88abd8a762812a6ffaa520ff03fdf7a7d Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 27 Jun 2012 17:43:47 -0400 Subject: removed a debug print statement --- views/thread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/views/thread.py b/views/thread.py index 01785e4..06a1bda 100644 --- a/views/thread.py +++ b/views/thread.py @@ -69,7 +69,6 @@ def thread_index (request, mlist_fqdn, threadid): archives_length = STORE.get_archives_length(list_name) from_url = '/thread/%s/%s/' %(mlist_fqdn, threadid) tag_form = AddTagForm(initial={'from_url' : from_url}) - print dir(search_form) c = RequestContext(request, { 'list_name' : list_name, -- cgit