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

This commit is contained in:
Philippe Tillet
2020-02-24 21:35:45 -05:00
parent d0ca849be2
commit cc094936d0

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