X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d22413b9317b40110fa2fd41134d1831dd760d0b..bdca9fc1ce6f3f792106e86348cfb1479f4dd27c:/resources/js/components/page-comments.js diff --git a/resources/js/components/page-comments.js b/resources/js/components/page-comments.js index 1d6abfe20..63900888a 100644 --- a/resources/js/components/page-comments.js +++ b/resources/js/components/page-comments.js @@ -93,7 +93,6 @@ export class PageComments extends Component { updateCount() { const count = this.getCommentCount(); - console.log('update count', count, this.container); this.commentsTitle.textContent = window.$trans.choice(this.countText, count, {count}); }