Commit 5d1752e0 by Rocky Duan

removed debug line

parent 283847a4
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
<%def name="render_info(content)"> <%def name="render_info(content)">
<% <%
def url_for_user(user_id): 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]) return reverse('django_comment_client.forum.views.user_profile', args=[course_id, user_id])
%> %>
<div class="comment-time"> <div class="comment-time">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment