From 97f1e2f5e48cd8d8be4bc5a64bf950a5eed51163 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Tue, 14 Aug 2012 16:39:22 -0700 Subject: [PATCH] removed debug line --- lms/templates/discussion/_thread.html | 1 - 1 file changed, 1 deletion(-) 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]) %>