diff --git a/lms/static/coffee/src/discussion/views/discussion_thread_view.coffee b/lms/static/coffee/src/discussion/views/discussion_thread_view.coffee
index 7f3430f216..441929a05f 100644
--- a/lms/static/coffee/src/discussion/views/discussion_thread_view.coffee
+++ b/lms/static/coffee/src/discussion/views/discussion_thread_view.coffee
@@ -6,7 +6,6 @@ class @DiscussionThreadView extends Backbone.View
template: _.template($("#thread-template").html())
render: ->
- console.log(@model)
@$el.html(@template(@model.toJSON()))
@model.bind "change", @updateModelDetails
if window.user.following(@model)
diff --git a/lms/templates/discussion/_thread_list_template.html b/lms/templates/discussion/_thread_list_template.html
new file mode 100644
index 0000000000..4a8a78e0bb
--- /dev/null
+++ b/lms/templates/discussion/_thread_list_template.html
@@ -0,0 +1,26 @@
+
\ No newline at end of file
diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html
index 634d8167d9..1a28843271 100644
--- a/lms/templates/discussion/_underscore_templates.html
+++ b/lms/templates/discussion/_underscore_templates.html
@@ -1,30 +1,3 @@
-
-