unnecessary comment removed

This commit is contained in:
Sergio Mendonça
2018-09-25 02:36:00 -03:00
parent b12d6ef484
commit 72e3d229dc
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ props.headingStyleRange = "1-5";
props.stylesWithLevels = [new StyleLevel("MySpectacularStyle",1)]
const toc = new TableOfContents("Summary", props);
// A TableOfContents must be added via File class.
doc.addTableOfContents(toc);
doc.addParagraph(new Paragraph("Header #1").heading1().pageBreakBefore());

View File

@ -44,7 +44,6 @@ props.headingStyleRange = "1-5";
props.stylesWithLevels = [new StyleLevel("MySpectacularStyle",1)]
const toc = new TableOfContents("Summary", props);
// A TableOfContents must be added via File class.
doc.addTableOfContents(toc);
doc.addParagraph(new Paragraph("Header #1").heading1().pageBreakBefore());