Skip to content
Snippets Groups Projects
Commit a9bf5dc4 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove accidental print

parent 884f55de
No related branches found
No related tags found
No related merge requests found
Pipeline #86893 passed
......@@ -47,7 +47,6 @@ def get_long_description():
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
long_description = f.read()
print(long_description)
return long_description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment