Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index edf0405d25d5dfa7e3e02eaad03523c9ed0c1cda..f1a514c5e7e206c345a33febea6b3d840781999e 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -109,7 +109,6 @@ def main(): |
for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'): |
landmines = [] |
for s in options.landmine_scripts: |
- print 'Getting landmines from `%s -t %s`' % (s, target) |
proc = subprocess.Popen([sys.executable, s, '-t', target], |
stdout=subprocess.PIPE) |
output, _ = proc.communicate() |