[PYTHON][SETUP] Removed obsolete debug print()
This commit is contained in:
committed by
Philippe Tillet
parent
b3c03e24de
commit
01154f24db
@@ -95,7 +95,6 @@ for d in directories:
|
|||||||
for htype in ['h', 'hpp']:
|
for htype in ['h', 'hpp']:
|
||||||
files = glob.glob(os.path.join(d, f'*.{htype}'), recursive=False)
|
files = glob.glob(os.path.join(d, f'*.{htype}'), recursive=False)
|
||||||
data += [os.path.relpath(f, os.path.pardir) for f in files]
|
data += [os.path.relpath(f, os.path.pardir) for f in files]
|
||||||
print(data)
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='triton',
|
name='triton',
|
||||||
|
Reference in New Issue
Block a user