Removed logging.
This commit is contained in:
parent
58e5defe91
commit
168d6878d4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue