Remove obsolete comment
This commit is contained in:
parent
e8ddc329e8
commit
6f29f4be0b
1 changed files with 0 additions and 5 deletions
|
@ -59,11 +59,6 @@ export function Comments(s: string): Comment[] {
|
|||
out.push({comment: tag.comment || '', context});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*(doc.tags || []).forEach(tag => {
|
||||
console.log(tag)
|
||||
})*/
|
||||
})
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue