From 01154f24db60d4ff560d8933948b5c9756cb67f8 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Mon, 24 Feb 2020 21:35:45 -0500 Subject: [PATCH] [PYTHON][SETUP] Removed obsolete debug print() --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 81395135a..176d2f2c6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -95,7 +95,6 @@ for d in directories: for htype in ['h', 'hpp']: files = glob.glob(os.path.join(d, f'*.{htype}'), recursive=False) data += [os.path.relpath(f, os.path.pardir) for f in files] -print(data) setup( name='triton',