put debug in the log

This commit is contained in:
Tomas Groth 2019-02-19 22:38:44 +01:00
parent 0d66070879
commit c241b28039
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ class Renderer(RegistryBase, LogMixin, RegistryProperties, DisplayWindow):
else:
# The remaining elements do not fit, thus reset the indexes, create a new list and continue.
raw_list = raw_list[index + 1:]
print(raw_list)
log.debug(raw_list)
raw_list[0] = raw_tags + raw_list[0]
html_list = html_list[index + 1:]
html_list[0] = html_tags + html_list[0]