aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.py b/environment.py
index b8fa5ce..28b2221 100755
--- a/environment.py
+++ b/environment.py
@@ -228,7 +228,6 @@ def is_osx():
return platform.system().lower() == 'darwin'
def is_windows():
- print(platform.system().lower())
return platform.system().lower() == 'windows'
header_suffixes = ['h', 'hh', 'hpp', 'hxx', 'H']