[PYTHON][SETUP] Removed obsolete debug print()

This commit is contained in:
Philippe Tillet
2020-02-24 21:35:45 -05:00
committed by Philippe Tillet
parent b3c03e24de
commit 01154f24db

View File

@@ -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',