File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ def generate_sections_from_pyquery(body):
88
88
'title' : title ,
89
89
'content' : content ,
90
90
}
91
- log .debug ("(Search Index) Section [%s:%s]: %s" ,
92
- section_id , title , content )
93
91
94
92
95
93
def process_file (filename ):
Original file line number Diff line number Diff line change @@ -212,8 +212,6 @@ def parse_sphinx_sections(content):
212
212
'title' : title ,
213
213
'content' : content ,
214
214
}
215
- log .debug ("(Search Index) Section [%s:%s]: %s" ,
216
- section_id , title , content )
217
215
218
216
219
217
def parse_mkdocs_sections (content ):
@@ -265,8 +263,6 @@ def parse_mkdocs_sections(content):
265
263
'title' : h2_title ,
266
264
'content' : h2_content ,
267
265
}
268
- log .debug ("(Search Index) Section [%s:%s]: %s" ,
269
- section_id , h2_title , h2_content )
270
266
# we're unsure which exceptions can be raised
271
267
# pylint: disable=bare-except
272
268
except :
You can’t perform that action at this time.
0 commit comments