From a9bf5dc4791e80fc48f00564d1e5f0d1452e257e Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Fri, 25 Oct 2019 12:03:32 +1100 Subject: [PATCH] Remove accidental print --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 76a23e991..beca2119f 100644 --- a/setup.py +++ b/setup.py @@ -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 -- GitLab