diff --git a/static/js/dss/apps/mix/views/mixDetailView.coffee b/static/js/dss/apps/mix/views/mixDetailView.coffee index b31e656..677de96 100644 --- a/static/js/dss/apps/mix/views/mixDetailView.coffee +++ b/static/js/dss/apps/mix/views/mixDetailView.coffee @@ -49,7 +49,6 @@ comment = @ui.commentText.val() @model.addComment comment, (=> @ui.commentText.val "" - utils.showMessage "Comment saved.." @renderComments() ), (error) => utils.showError "Woops \n" + error