Removed logging.

This commit is contained in:
Martin Edenhofer 2015-06-17 00:53:37 +02:00
parent 58e5defe91
commit 168d6878d4

View file

@ -78,7 +78,6 @@ class ArticleViewItem extends App.Controller
# check if rerender is needed # check if rerender is needed
return if !@hasChanged(@article) return if !@hasChanged(@article)
console.log('RERENDER', @ticket_article_id)
# prepare html body # prepare html body
if @article.content_type is 'text/html' if @article.content_type is 'text/html'
@article['html'] = @article.body @article['html'] = @article.body