summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-02-07 00:31:17 -0800
committerIan Lee <IanLee1521@gmail.com>2015-02-07 00:31:17 -0800
commit9f7aa45994f0d4a0974227423dd6b8c759d6c409 (patch)
tree05789c0bc7dcac36d885ea18e257d1e27f36e253 /sphinx/quickstart.py
parentfbc87d364484ed7b9b856409d4acf1ef813aee35 (diff)
downloadsphinx-git-9f7aa45994f0d4a0974227423dd6b8c759d6c409.tar.gz
Remove unnecessary lines per PR feedback
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py2
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)