diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-02-07 00:31:17 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-02-07 00:31:17 -0800 |
commit | 9f7aa45994f0d4a0974227423dd6b8c759d6c409 (patch) | |
tree | 05789c0bc7dcac36d885ea18e257d1e27f36e253 /sphinx/quickstart.py | |
parent | fbc87d364484ed7b9b856409d4acf1ef813aee35 (diff) | |
download | sphinx-git-9f7aa45994f0d4a0974227423dd6b8c759d6c409.tar.gz |
Remove unnecessary lines per PR feedback
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 662a9f280..4b1bc2f7f 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -1288,8 +1288,6 @@ def generate(d, overwrite=True, silent=False): d['extensions'] = '\n' + indent + extensions + ',\n' else: d['extensions'] = extensions - print(d['extensions']) - d['ext_todo'] = text_type(d['ext_todo']) d['copyright'] = time.strftime('%Y') + ', ' + d['author'] d['author_texescaped'] = text_type(d['author']).\ translate(texescape.tex_escape_map) |