Commit 5a97d1a4 by Jaakko Luttinen

Remove a debugging message that was left accidentally

setup.py printed out requirements which was just for testing
purposes. It is removed now.
parent 17a68906
......@@ -54,9 +54,6 @@ if PYTHON_VERSION < (2, 7):
else:
requirements.append("Markdown>2.2.0")
print(requirements)
packages = find_packages()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment