summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2019-06-07 21:42:06 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2019-06-07 21:42:06 +0100
commit88aa85535367f583b60be5912c7ce1f4b3d98402 (patch)
tree572451596eebfac8185cb5b2089c198c6d5648bf
parent83103f2d537a67557257c7506b02cc90dcc626f9 (diff)
downloadlogutils-88aa85535367f583b60be5912c7ce1f4b3d98402.tar.gz
Removed print statement.
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fe3a165..209345d 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,6 @@ def missing_files():
FILES = ('cat.exe', 'echo.exe', 'tee.exe', 'false.exe', 'true.exe',
'sleep.exe', 'touch.exe')
- print('TESTING_ON_AV: %s' % os.environ.get('TESTING_ON_AV'))
if 'TESTING_ON_AV' in os.environ:
FILES = ('libiconv2.dll', 'libintl3.dll') + FILES