Commit eb65b952 by Arjun Singh

Removing stray return statement

parent fe74f9bc
......@@ -49,7 +49,6 @@ if Backbone?
url: url
type: "GET"
success: (response, textStatus) =>
return
$parent = @$el.parent()
@$el.replaceWith(response.html)
$discussion = $parent.find("section.discussion")
......
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