diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-27 17:43:47 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-27 17:43:47 -0400 |
commit | 66132df88abd8a762812a6ffaa520ff03fdf7a7d (patch) | |
tree | 67e719b07f2f80917c48ccabd067a44aa998d931 | |
parent | 4a6bc28c081062d8c19235920cb5a948cf83ee40 (diff) | |
download | hyperkitty-66132df88abd8a762812a6ffaa520ff03fdf7a7d.tar.gz hyperkitty-66132df88abd8a762812a6ffaa520ff03fdf7a7d.tar.xz hyperkitty-66132df88abd8a762812a6ffaa520ff03fdf7a7d.zip |
removed a debug print statement
-rw-r--r-- | views/thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |