diff options
author | Eric Bidelman | 2012-10-20 16:51:08 +0900 |
---|---|---|
committer | Eric Bidelman | 2012-10-20 16:51:08 +0900 |
commit | 9c6a2933f11a180505d5f33c772828ed13a0a742 (patch) | |
tree | 6506bd1f41a7fb6029b5103053bebc604d14cefb /scripts | |
parent | ffcabeca9409e0445dc0867e913f6601a170a600 (diff) | |
download | io-slides-remote-9c6a2933f11a180505d5f33c772828ed13a0a742.tar.gz |
remove print
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/md/render.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/md/render.py b/scripts/md/render.py index 08a926f..a05fb1a 100755 --- a/scripts/md/render.py +++ b/scripts/md/render.py | |||
@@ -50,7 +50,6 @@ def postprocess_html(html, metadata): | |||
50 | """Returns processed HTML to fit into the slide template format.""" | 50 | """Returns processed HTML to fit into the slide template format.""" |
51 | if metadata.get('build_lists') and metadata['build_lists'] == 'true': | 51 | if metadata.get('build_lists') and metadata['build_lists'] == 'true': |
52 | html = html.replace('<ul>', '<ul class="build">') | 52 | html = html.replace('<ul>', '<ul class="build">') |
53 | print html | ||
54 | return html | 53 | return html |
55 | 54 | ||
56 | if __name__ == '__main__': | 55 | if __name__ == '__main__': |