Skip to content

Commit aee15c8

Browse files
committed
Reduce noise
1 parent 4c2721e commit aee15c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelican/plugins/toc2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def generate_toc(content):
138138
if settoc:
139139
print("Generating ToC for %s" % content.slug)
140140
tree_string = '{}'.format(tree)
141-
print("ToC: %s" % tree_string)
141+
# print("ToC: %s" % tree_string)
142142
tree_soup = BeautifulSoup(tree_string, 'html.parser')
143143
content.toc = tree_soup.decode(formatter='html')
144144
itoc = soup.find('p', text='[TOC]')

0 commit comments

Comments
 (0)