]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-comments.js
ZIP Imports/Exports: Fixed some lint and test issues
[bookstack] / resources / js / components / page-comments.js
index 1d6abfe2044ff3a0a9e006f29e04fb4fef94601c..63900888aca7edc89c1b1c751a0da5fbc4c86e31 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});
     }