X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9ecc91929a60a66ff7e821dfbc9d2b55197988f7..95d62e7f573b5bbb04a66fae926c8a33c6ab5c43:/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}); }