diff --git a/lms/templates/discussion/_thread.html b/lms/templates/discussion/_thread.html index 1bc732dfa6..593aa1e4f4 100644 --- a/lms/templates/discussion/_thread.html +++ b/lms/templates/discussion/_thread.html @@ -115,7 +115,6 @@ <%def name="render_info(content)"> <% def url_for_user(user_id): - import pdb; pdb.set_trace() return reverse('django_comment_client.forum.views.user_profile', args=[course_id, user_id]) %>