Skip to content

Commit 9c6a293

Browse files
committed
remove print
1 parent ffcabec commit 9c6a293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/md/render.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def postprocess_html(html, metadata):
5050
"""Returns processed HTML to fit into the slide template format."""
5151
if metadata.get('build_lists') and metadata['build_lists'] == 'true':
5252
html = html.replace('<ul>', '<ul class="build">')
53-
print html
5453
return html
5554

5655
if __name__ == '__main__':

0 commit comments

Comments
 (0)