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
commit188b331205ab6a0e5a8a9039d4b3a984f5234467 (patch)
treeb1efc9b807965990386cff121b14823fed2c97f8
parent50c56b14fdc8c80ad078d26ec4971cdaf2134178 (diff)
downloadlogutils-git-188b331205ab6a0e5a8a9039d4b3a984f5234467.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