]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-comments.js
Implement functionality to export a book, along with its pages and chapters, as a...
[bookstack] / resources / js / components / page-comments.js
index 3d7e1365f30946e5d577787b6f251e306496900e..8f023836b090876360c120df95e3c1f0a137bf18 100644 (file)
@@ -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});
     }