Removing stray return statement

This commit is contained in:
Arjun Singh
2012-08-24 03:06:44 -07:00
parent fe74f9bc85
commit eb65b95232

View File

@@ -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")