From fa9e4823c5254d045d690aac8fece6a9cb7a6e05 Mon Sep 17 00:00:00 2001 From: Taly Date: Tue, 5 Jul 2022 18:04:49 +0300 Subject: [PATCH] remove log --- src/frontend/js/classes/table-of-content.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/js/classes/table-of-content.js b/src/frontend/js/classes/table-of-content.js index 777e92c..80ec89b 100644 --- a/src/frontend/js/classes/table-of-content.js +++ b/src/frontend/js/classes/table-of-content.js @@ -22,10 +22,9 @@ export default class TableOfContent { this.findTagsOnThePage(); /** - * Check if no tags found + * Check if no tags found then table of content is not needed */ if (this.tags.length === 0) { - console.info('Table of content is not needed'); return; }