summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordm03514 <dm03514@dm03514-Inspiron-1545>2011-11-15 16:51:22 -0500
committerdm03514 <dm03514@dm03514-Inspiron-1545>2011-11-15 16:51:22 -0500
commit8bcb9ec5017cafc4bc4af33224c5a596871c5eea (patch)
treec1abbc018046e84055a90c8e0aeb3dcf7317be2b
parent1da3603b8317c675edcb438a4ba3f0953ee14f90 (diff)
downloadaskbot-8bcb9ec5017cafc4bc4af33224c5a596871c5eea.tar.gz
askbot-8bcb9ec5017cafc4bc4af33224c5a596871c5eea.tar.bz2
askbot-8bcb9ec5017cafc4bc4af33224c5a596871c5eea.zip
Removed debug statement.
-rw-r--r--askbot/views/readers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/views/readers.py b/askbot/views/readers.py
index 0107e76b..2cdf7115 100644
--- a/askbot/views/readers.py
+++ b/askbot/views/readers.py
@@ -611,6 +611,5 @@ def widget_questions(request):
matching_question.get_absolute_url()),
'title': matching_question.title
})
- #import ipdb; ipdb.set_trace()
return render_into_skin('question_widget.html', {'questions': data}, request)