mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 23:45:25 +02:00
remove log
This commit is contained in:
parent
7e71079f07
commit
fa9e4823c5
1 changed files with 1 additions and 2 deletions
|
@ -22,10 +22,9 @@ export default class TableOfContent {
|
||||||
this.findTagsOnThePage();
|
this.findTagsOnThePage();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if no tags found
|
* Check if no tags found then table of content is not needed
|
||||||
*/
|
*/
|
||||||
if (this.tags.length === 0) {
|
if (this.tags.length === 0) {
|
||||||
console.info('Table of content is not needed');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue