Skip to content

Commit 86b4b3e

Browse files
committed
remove debug print and add limitations
1 parent b5f5d91 commit 86b4b3e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

plugins/rendersections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ How rendering works:
3737

3838
## Limitations
3939
* Different counter values than in the full report e.g. heading numbers, figures, tables, pages, etc.
40+
* Table of Contents also contains sections that are not included in the report
4041

4142

4243
## Examples

plugins/rendersections/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def post_process_html(self, html, section_ids):
4646
and set(elem.get(RENDERSECTIONS_RELATEDIDS_ATTRIBUTE).split(",")) & set(section_ids):
4747
keep = True
4848

49-
print(keep, elem)
5049
if not keep:
5150
elem.getparent().remove(elem)
5251

0 commit comments

Comments
 (0)