1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

remove log

This commit is contained in:
Taly 2022-07-05 18:04:49 +03:00
parent 7e71079f07
commit fa9e4823c5

View file

@ -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;
}