Skip to content

Commit fdd8424

Browse files
committed
setup.py: drop stray print()
1 parent f3db028 commit fdd8424

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848

4949
SCRIPT_MODULES = [os.path.splitext(x)[0] for x in glob.glob('intelhex/scripts/*')]
5050

51-
print(SCRIPT_MODULES)
52-
5351
METADATA = dict(
5452
name='intelhex',
5553
version=intelhex.__version__.version_str,

0 commit comments

Comments
 (0)