Remove obsolete comment

This commit is contained in:
Pieter Vander Vennet 2022-03-17 20:44:26 +01:00
parent e8ddc329e8
commit 6f29f4be0b

View file

@ -59,11 +59,6 @@ export function Comments(s: string): Comment[] {
out.push({comment: tag.comment || '', context});
});
}
/*(doc.tags || []).forEach(tag => {
console.log(tag)
})*/
})
}